mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
RT8907 && mgolas LSMS support
This commit is contained in:
parent
2040e43b91
commit
da323d1f94
19
g/GSL/GSL-2.3-intel-2017a.eb
Normal file
19
g/GSL/GSL-2.3-intel-2017a.eb
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
easyblock = 'ConfigureMake'
|
||||||
|
|
||||||
|
name = 'GSL'
|
||||||
|
version = '2.3'
|
||||||
|
|
||||||
|
homepage = 'http://www.gnu.org/software/gsl/'
|
||||||
|
description = """The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
|
||||||
|
The library provides a wide range of mathematical routines such as random number generators, special functions
|
||||||
|
and least-squares fitting."""
|
||||||
|
|
||||||
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
||||||
|
toolchainopts = {'unroll': True, 'pic': True}
|
||||||
|
|
||||||
|
source_urls = [GNU_SOURCE]
|
||||||
|
sources = [SOURCELOWER_TAR_GZ]
|
||||||
|
|
||||||
|
configopts = "--with-pic"
|
||||||
|
|
||||||
|
moduleclass = 'numlib'
|
@ -20,6 +20,7 @@ sources = [
|
|||||||
large_src,
|
large_src,
|
||||||
timing_src,
|
timing_src,
|
||||||
]
|
]
|
||||||
|
|
||||||
source_urls = [
|
source_urls = [
|
||||||
# order matters, trying to download the LAPACK tarball from GitHub causes trouble
|
# order matters, trying to download the LAPACK tarball from GitHub causes trouble
|
||||||
"http://www.netlib.org/lapack/",
|
"http://www.netlib.org/lapack/",
|
||||||
@ -35,7 +36,7 @@ patches = [
|
|||||||
|
|
||||||
skipsteps = ['configure']
|
skipsteps = ['configure']
|
||||||
|
|
||||||
buildopts = 'BINARY=64 USE_THREAD=1 CC="$CC" FC="$F77" NO_AFFINITY=1'
|
buildopts = 'BINARY=64 USE_THREAD=1 USE_OPENMP=1 CC="$CC" FC="$F77" NO_AFFINITY=1'
|
||||||
installopts = "USE_THREAD=1 PREFIX=%(installdir)s"
|
installopts = "USE_THREAD=1 PREFIX=%(installdir)s"
|
||||||
|
|
||||||
# extensive testing can be enabled by uncommenting the line below
|
# extensive testing can be enabled by uncommenting the line below
|
||||||
|
Loading…
x
Reference in New Issue
Block a user