Skip to content
Snippets Groups Projects

Draft: Drop some SLC6 settings (Test Root builds)

Closed Andre Sailer requested to merge testNewRoot into master
@@ -118,11 +118,7 @@ LCG_external_package(cppzmq 4.8.1 )
LCG_external_package(CppUnit 1.14.0 author=1.14.0 )
LCG_external_package(crashtest 0.3.1 )
LCG_external_package(cryptography 3.4.7 )
if(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
LCG_external_package(curl 7.19.7 )
else()
LCG_external_package(curl 7.75.0 )
endif()
LCG_external_package(curl 7.75.0 )
if(NOT ${LCG_OS} STREQUAL mac)
LCG_external_package(cx_oracle 7.1.3 )
endif()
@@ -188,11 +184,7 @@ LCG_external_package(gdal 3.4.1
LCG_external_package(pygdal 3.3.0 )
#LCG_external_package(GCCXML 0.9.0_20131026 gccxml )
if(NOT ${LCG_OS} MATCHES mac)
if(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
LCG_external_package(gdb 8.3 )
else()
LCG_external_package(gdb 12.1 )
endif()
endif()
LCG_external_package(genshi 0.7 )
LCG_external_package(geos 3.7.2 )
@@ -265,10 +257,6 @@ LCG_external_package(httpstan 4.4.2
LCG_external_package(html5lib 1.0.1 )
LCG_external_package(h5py 3.6.0 )
LCG_external_package(hdf5 1.10.6 )
if(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
LCG_external_package(h5py 2.9.0 )
LCG_external_package(hdf5 1.10.5 )
endif()
LCG_external_package(humanize 4.0.0 )
LCG_external_package(hwloc 2.7.0 )
LCG_external_package(hypothesis 5.3.0 )
@@ -424,9 +412,7 @@ LCG_external_package(multiprocess 0.70.10
LCG_external_package(mypy 0.941 )
LCG_external_package(mypy_extensions 0.4.3 )
LCG_external_package(mysql 10.5.13 )
if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL slc6) # Tests fail
LCG_external_package(mysql_connector_python 8.0.18 )
endif()
LCG_external_package(mysql_connector_python 8.0.18 )
LCG_external_package(nanomsg 1.1.5 )
LCG_external_package(nbclassic 0.3.1 )
LCG_external_package(nbclient 0.5.3 )
@@ -437,9 +423,7 @@ LCG_external_package(netcdfc 4.7.0
LCG_external_package(networkx 2.8.4 )
#LCG_external_package(nghttp2 1.43.0 )
LCG_external_package(ninja 1.10.0 )
if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL slc6) # requires python 2.7
LCG_external_package(nodejs 14.16.1 )
endif()
LCG_external_package(nodejs 14.16.1 )
LCG_external_package(nose 1.3.7 )
LCG_external_package(notebook 6.4.0 )
LCG_external_package(numba 0.55.2 )
@@ -573,11 +557,7 @@ LCG_external_package(pytest_cov 3.0.0
LCG_external_package(pytest_forked 1.4.0 )
LCG_external_package(pytest_runner 5.1 )
LCG_external_package(pytest_xdist 2.5.0 )
if(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
LCG_external_package(Python 3.6.5 )
else()
LCG_external_package(Python 3.9.12 )
endif()
LCG_external_package(Python 3.9.12 )
LCG_external_package(python_dateutil 2.8.2 )
LCG_external_package(python_gitlab 1.8.0 )
if(${LCG_OS} STREQUAL slc OR ${LCG_OS} STREQUAL centos OR ${LCG_OS} STREQUAL cc )
@@ -678,19 +658,18 @@ LCG_external_package(tabulate 0.8.9
LCG_external_package(tbb 2020_U2 )
LCG_external_package(tblib 1.7.0 )
#LCG_external_package(tcmalloc 2.4 )
if(NOT ${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
LCG_external_package(tensorflow 2.8.0 )
LCG_external_package(tensorflow_io_gcs_filesystem 0.25.0 )
LCG_external_package(tensorflow_estimator 2.8.0 )
LCG_external_package(tensorboard 2.8.0 )
LCG_external_package(tensorboard_data_server 0.6.1 )
LCG_external_package(tensorboard_plugin_wit 1.8.1 )
LCG_external_package(tensorflow_model_optimization 0.7.0 )
if(NOT ${LCG_OS} MATCHES mac)
LCG_external_package(tensorflow_probability 0.18.0 )
endif()
LCG_external_package(tensorflow 2.8.0 )
LCG_external_package(tensorflow_io_gcs_filesystem 0.25.0 )
LCG_external_package(tensorflow_estimator 2.8.0 )
LCG_external_package(tensorboard 2.8.0 )
LCG_external_package(tensorboard_data_server 0.6.1 )
LCG_external_package(tensorboard_plugin_wit 1.8.1 )
LCG_external_package(tensorflow_model_optimization 0.7.0 )
if(NOT ${LCG_OS} MATCHES mac)
LCG_external_package(tensorflow_probability 0.18.0 )
endif()
LCG_external_package(termcolor 1.1.0 )
LCG_external_package(terminado 0.10.1 )
LCG_external_package(testpath 0.5.0 )
Loading