diff --git a/Compiler/OpenBLAS/build b/Compiler/OpenBLAS/build index 183915d..30dd441 100755 --- a/Compiler/OpenBLAS/build +++ b/Compiler/OpenBLAS/build @@ -5,7 +5,7 @@ pbuild::set_download_url "http://github.com/xianyi/$P/archive/v${V_PKG}.tar.gz" pbuild::add_to_group 'Compiler' pbuild::compile_in_sourcetree pbuild::install_docfiles 'LICENSE' 'README.md' -pbuild::set_supported_compilers 'gcc' 'intel' 'clang-macos' +#pbuild::set_supported_compilers 'gcc' 'intel' 'clang-macos' pbuild::configure() { case ${COMPILER} in @@ -55,7 +55,7 @@ pbuild::post_install() { # We have to build shared libs and remove them here. # Building with NOSHARED gives an error during install - # due to a bug in the Makefile(s). - rm -f "${PREFIX}/lib/"*.so - rm -f "${PREFIX}/lib/"*.dylib + rm -f "${PREFIX}/lib/"lib*.{so,dylib} + rm -f "${PREFIX}/lib/"lib*.{so,dylib}.* } diff --git a/Compiler/OpenBLAS/files/variants.macos10.14 b/Compiler/OpenBLAS/files/variants.macos10.14 new file mode 100644 index 0000000..77a7739 --- /dev/null +++ b/Compiler/OpenBLAS/files/variants.macos10.14 @@ -0,0 +1,18 @@ +OpenBLAS/0.2.9 stable gcc/4.7.4 +OpenBLAS/0.2.9 stable gcc/4.8.3 +OpenBLAS/0.2.9 stable gcc/4.8.4 +OpenBLAS/0.2.9 stable gcc/4.8.5 +OpenBLAS/0.2.9 stable gcc/4.9.2 +OpenBLAS/0.2.9 stable gcc/6.1.0 +OpenBLAS/0.2.9 stable gcc/6.2.0 +OpenBLAS/0.2.19 stable gcc/4.8.5 +OpenBLAS/0.2.19 stable gcc/4.9.4 +OpenBLAS/0.2.19 stable gcc/5.3.0 +OpenBLAS/0.2.19 stable gcc/5.4.0 +OpenBLAS/0.2.19 stable gcc/6.2.0 +OpenBLAS/0.2.19 stable gcc/6.3.0 + +OpenBLAS/0.2.20 stable gcc/{5.5.0,6.4.0,7.3.0,7.4.0} +OpenBLAS/0.2.20_omp unstable gcc/7.3.0 +OpenBLAS/0.2.20 stable clang-macos/9.0.0 +OpenBLAS/0.2.20 stable intel/17.4 diff --git a/Compiler/OpenBLAS/files/variants.rhel6 b/Compiler/OpenBLAS/files/variants.rhel6 index c57998c..5e8c3cc 100644 --- a/Compiler/OpenBLAS/files/variants.rhel6 +++ b/Compiler/OpenBLAS/files/variants.rhel6 @@ -1,20 +1,8 @@ -OpenBLAS/0.2.9 stable gcc/4.7.4 -OpenBLAS/0.2.9 stable gcc/4.8.3 -OpenBLAS/0.2.9 stable gcc/4.8.4 -OpenBLAS/0.2.9 stable gcc/4.8.5 -OpenBLAS/0.2.9 stable gcc/4.9.2 -OpenBLAS/0.2.9 stable gcc/6.1.0 -OpenBLAS/0.2.9 stable gcc/6.2.0 -OpenBLAS/0.2.19 stable gcc/4.8.5 -OpenBLAS/0.2.19 stable gcc/4.9.4 -OpenBLAS/0.2.19 stable gcc/5.3.0 -OpenBLAS/0.2.19 stable gcc/5.4.0 -OpenBLAS/0.2.19 stable gcc/6.2.0 -OpenBLAS/0.2.19 stable gcc/6.3.0 +OpenBLAS/0.2.9 stable gcc/{4.7.4,4.8.3,4.8.4,4.8.5,4.9.2,6.1.0,6.2.0} +OpenBLAS/0.2.19 stable gcc/{4.8.5,4.9.4,5.3.0,5.4.0,6.2.0,6.3.0} -OpenBLAS/0.2.20 stable gcc/5.5.0 -OpenBLAS/0.2.20 stable gcc/6.4.0 -OpenBLAS/0.2.20 stable gcc/7.3.0 -OpenBLAS/0.2.20_omp unstable gcc/7.3.0 -OpenBLAS/0.2.20 stable clang-macos/9.0.0 +OpenBLAS/0.2.20 stable gcc/{5.5.0,6.4.0,7.3.0} +OpenBLAS/0.2.20_omp stable gcc/7.3.0 OpenBLAS/0.2.20 stable intel/17.4 + +OpenBLAS/0.3.7 stable gcc/{7.4.0,8.3.0,9.2.0}