Merge branch '56-openblas-new-variants-for-version-0-3-7' into 'master'
Resolve "OpenBLAS: new variants for version 0.3.7" Closes #56 See merge request Pmodules/buildblocks!70
This commit is contained in:
@@ -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}.*
|
||||
}
|
||||
|
||||
|
||||
18
Compiler/OpenBLAS/files/variants.macos10.14
Normal file
18
Compiler/OpenBLAS/files/variants.macos10.14
Normal file
@@ -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
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user