Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ sources = ['%(namelower)s-v%(version)s%(versionsuffix)s.tar.gz']
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ["cd-hit", "cd-hit-est", "cd-hit-2d", "cd-hit-est-2d", "cd-hit-div", "cd-hit-454"]
local_list_of_executables = ["cd-hit", "cd-hit-est", "cd-hit-2d", "cd-hit-est-2d", "cd-hit-div", "cd-hit-454"]

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [
(list_of_executables, "bin"),
(local_list_of_executables, "bin"),
(["*.pl"], 'bin'),
(["psi-cd-hit/*.pl"], 'bin'),
"README",
Expand All @@ -38,7 +38,7 @@ files_to_copy = [
]

sanity_check_paths = {
'files': ["bin/%s" % x for x in list_of_executables],
'files': ["bin/%s" % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CD-HIT/CD-HIT-4.6.6-foss-2016b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ checksums = ['14f61c56b48a81edc8f1b6d9e012fe55']
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ["cd-hit", "cd-hit-est", "cd-hit-2d", "cd-hit-est-2d", "cd-hit-div", "cd-hit-454"]
local_list_of_executables = ["cd-hit", "cd-hit-est", "cd-hit-2d", "cd-hit-est-2d", "cd-hit-div", "cd-hit-454"]

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [(list_of_executables, "bin"), (["*.pl"], 'bin'), "README", "doc", "license.txt"]
files_to_copy = [(local_list_of_executables, "bin"), (["*.pl"], 'bin'), "README", "doc", "license.txt"]

sanity_check_paths = {
'files': ["bin/%s" % x for x in list_of_executables],
'files': ["bin/%s" % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CD-HIT/CD-HIT-4.6.8-foss-2018b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ dependencies = [('Perl', '5.28.0')]
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']
local_list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [(list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']
files_to_copy = [(local_list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']

postinstallcmds = ["sed -i 's@#!/usr/bin/perl@/usr/bin/env perl@' %(installdir)s/bin/*.pl"]

sanity_check_paths = {
'files': ['bin/%s' % x for x in list_of_executables],
'files': ['bin/%s' % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CD-HIT/CD-HIT-4.6.8-intel-2017a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ dependencies = [('Perl', '5.24.1')]
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']
local_list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [(list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']
files_to_copy = [(local_list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']

postinstallcmds = ["sed -i 's@#!/usr/bin/perl@/usr/bin/env perl@' %(installdir)s/bin/*.pl"]

sanity_check_paths = {
'files': ['bin/%s' % x for x in list_of_executables],
'files': ['bin/%s' % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CD-HIT/CD-HIT-4.6.8-intel-2018a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ dependencies = [('Perl', '5.26.1')]
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']
local_list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [(list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']
files_to_copy = [(local_list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']

postinstallcmds = ["sed -i 's@#!/usr/bin/perl@/usr/bin/env perl@' %(installdir)s/bin/*.pl"]

sanity_check_paths = {
'files': ['bin/%s' % x for x in list_of_executables],
'files': ['bin/%s' % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CD-HIT/CD-HIT-4.8.1-foss-2018b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ dependencies = [('Perl', '5.28.0')]
buildopts = ' CC="$CXX" CCFLAGS="$CPPFLAGS $CXXFLAGS"'

# put here the list of generated executables when compiling
list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']
local_list_of_executables = ['cd-hit', 'cd-hit-est', 'cd-hit-2d', 'cd-hit-est-2d', 'cd-hit-div', 'cd-hit-454']

# this is the real EasyBuild line to copy all the executables and perl scripts to "bin"
files_to_copy = [(list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']
files_to_copy = [(local_list_of_executables, 'bin'), (['*.pl'], 'bin'), 'README', 'doc', 'license.txt']

postinstallcmds = ["sed -i 's@#!/usr/bin/perl@/usr/bin/env perl@' %(installdir)s/bin/*.pl"]

sanity_check_paths = {
'files': ['bin/%s' % x for x in list_of_executables],
'files': ['bin/%s' % x for x in local_list_of_executables],
'dirs': [],
}

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CDO/CDO-1.9.1-intel-2017b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://code.mpimet.mpg.de/attachments/download/15653/']
checksums = ['33cba3cfcc27e5896769143c5f8e2f300ca14c7a40d1f19ffd1ed24b49ea3d55']

hdf5_ver = '1.8.19'
local_hdf5_ver = '1.8.19'
dependencies = [
('HDF5', hdf5_ver),
('netCDF', '4.4.1.1', '-HDF5-%s' % hdf5_ver),
('HDF5', local_hdf5_ver),
('netCDF', '4.4.1.1', '-HDF5-%s' % local_hdf5_ver),
('YAXT', '0.5.1'),
]

Expand Down
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/c/CDO/CDO-1.9.2-intel-2017b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://code.mpimet.mpg.de/attachments/download/16035/']
checksums = ['d1c5092167034a48e4b8ada24cf78a1d4b84e364ffbb08b9ca70d13f428f300c']

hdf5_ver = '1.8.19'
local_hdf5_ver = '1.8.19'
dependencies = [
('HDF5', hdf5_ver),
('netCDF', '4.4.1.1', '-HDF5-%s' % hdf5_ver),
('HDF5', local_hdf5_ver),
('netCDF', '4.4.1.1', '-HDF5-%s' % local_hdf5_ver),
('YAXT', '0.5.1'),
('grib_api', '1.24.0'),
]
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.38-foss-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'foss', 'version': '2016a'}
toolchainopts = {'optarch': True, 'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]

sanity_check_paths = {
'files': ["lib/libcfitsio.a"],
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.38-intel-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True, 'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]

sanity_check_paths = {
'files': ["lib/libcfitsio.a"],
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.41-GCCcore-5.4.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'GCCcore', 'version': '5.4.0'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
checksums = ['a556ac7ea1965545dcb4d41cfef8e4915eeb8c0faa1b52f7ff70870f8bb5734c']

builddependencies = [('binutils', '2.26')]
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.41-GCCcore-6.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'GCCcore', 'version': '6.3.0'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
checksums = ['a556ac7ea1965545dcb4d41cfef8e4915eeb8c0faa1b52f7ff70870f8bb5734c']

builddependencies = [('binutils', '2.27')]
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.41-intel-2016b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'intel', 'version': '2016b'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]

sanity_check_paths = {
'files': ['lib/libcfitsio.a'],
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.42-GCCcore-6.4.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
checksums = ['6c10aa636118fa12d9a5e2e66f22c6436fb358da2af6dbf7e133c142e2ac16b8']

builddependencies = [('binutils', '2.28')]
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.42-intel-2017b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'intel', 'version': '2017b'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
checksums = ['6c10aa636118fa12d9a5e2e66f22c6436fb358da2af6dbf7e133c142e2ac16b8']

sanity_check_paths = {
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.45-GCCcore-7.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ FITS (Flexible Image Transport System) data format."""
toolchain = {'name': 'GCCcore', 'version': '7.3.0'}
toolchainopts = {'pic': True}

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
patches = ['CFITSIO_install_test_data.patch']

checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/c/CFITSIO/CFITSIO-3.45-intel-2018b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies = [('cURL', '7.60.0')]
# standard make would create just static libcfitsio.a
buildopts = '&& make shared'

srcversion = '%s0' % version.replace('.', '')
local_srcversion = '%s0' % version.replace('.', '')
source_urls = ['http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/']
sources = ['%%(namelower)s%s.tar.gz' % srcversion]
sources = ['%%(namelower)s%s.tar.gz' % local_srcversion]
checksums = ['bf6012dbe668ecb22c399c4b7b2814557ee282c74a7d5dc704eb17c30d9fb92e']

sanity_check_paths = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ easyblock = 'RPackage'

name = 'CODEX2'
version = '20180227'
commit = '20bf1c8'
local_commit = '20bf1c8'
versionsuffix = '-R-%(rver)s'

homepage = 'https://github.com/yuchaojiang/CODEX2'
Expand All @@ -11,7 +11,7 @@ description = "Full-spectrum copy number variation detection by high-throughput
toolchain = {'name': 'intel', 'version': '2017b'}

source_urls = ['https://github.com/yuchaojiang/CODEX2/archive/']
sources = [{'filename': SOURCE_TAR_GZ, 'download_filename': '%s.tar.gz' % commit}]
sources = [{'filename': SOURCE_TAR_GZ, 'download_filename': '%s.tar.gz' % local_commit}]
checksums = ['60258ffd6e88216b5563b36ebbd0830610e6a938d93fe9b95891ef24a934575f']

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# contributed by Luca Marsella (CSCS)
name = 'CP2K'
version = "3.0"
cudaversion = '7.0'
versionsuffix = '-cuda-%s' % cudaversion
versionsuffix = '-cuda-7.0'

homepage = 'http://www.cp2k.org/'
description = """CP2K is a freely available (GPL) program, written in Fortran 95, to perform atomistic and molecular
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ builddependencies = [
('CMake', '3.9.1'),
]

protobuf_ver = '3.3.0'
local_protobuf_ver = '3.3.0'

# See http://caffe.berkeleyvision.org/installation.html
dependencies = [
('Boost', '1.63.0', '-Python-%(pyver)s'),
('protobuf', protobuf_ver),
('protobuf-python', protobuf_ver, '-Python-%(pyver)s'),
('protobuf', local_protobuf_ver),
('protobuf-python', local_protobuf_ver, '-Python-%(pyver)s'),
('glog', '0.3.5'),
('gflags', '2.2.1'),
('HDF5', '1.8.18'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ name = 'Caffe'
version = '1.0'

versionsuffix = '-Python-%(pyver)s'
cudaversion = '9.1.85'
versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % cudaversion
local_cudaversion = '9.1.85'
versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % local_cudaversion

homepage = 'https://github.com/BVLC/caffe'
description = """
Expand Down Expand Up @@ -45,14 +45,14 @@ dependencies = [
('LevelDB', '1.18'),
('snappy', '1.1.7'),
('scikit-image', '0.13.1', '-Python-%(pyver)s'),
('cuDNN', '7.0.5', '-CUDA-' + cudaversion, True),
('cuDNN', '7.0.5', '-CUDA-' + local_cudaversion, True),
]

# Known NVIDIA GPU achitectures Caffe 1.0 can be compiled for, and not lower than 3.0 supported by CUDA 9.1:
cuda_compute_capabilities = '"30 35 50 60 61"'
local_cuda_compute_capabilities = '"30 35 50 60 61"'

configopts = '-DBLAS=mkl -DUSE_OPENCV=0 -DUSE_MKL2017_AS_DEFAULT_ENGINE=1 -DCPU_ONLY=0 '
configopts += '-DUSE_CUDNN=1 -DCUDA_ARCH_BIN=%s -DCUDA_ARCH_NAME=Manual' % cuda_compute_capabilities
configopts += '-DUSE_CUDNN=1 -DCUDA_ARCH_BIN=%s -DCUDA_ARCH_NAME=Manual' % local_cuda_compute_capabilities

modextrapaths = {'PYTHONPATH': ['python']}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ easyblock = 'CMakeMake'
name = 'Caffe'
version = 'rc3'

cudaversion = '7.5.18'
versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % cudaversion
local_cudaversion = '7.5.18'
versionsuffix = '-CUDA-%s-Python-%%(pyver)s' % local_cudaversion

homepage = 'https://github.com/BVLC/caffe'
description = """
Expand All @@ -23,19 +23,19 @@ builddependencies = [
('CMake', '3.4.3'),
]

protobuf_ver = '3.0.2'
local_protobuf_ver = '3.0.2'

dependencies = [
('glog', '0.3.4'),
('gflags', '2.1.2'),
('OpenCV', '3.1.0'),
('CUDA', cudaversion, '', True),
('CUDA', local_cudaversion, '', True),
('cuDNN', '4.0', '', True),
('LMDB', '0.9.18'),
('LevelDB', '1.18'),
('snappy', '1.1.3'),
('protobuf', protobuf_ver),
('protobuf-python', protobuf_ver, '-Python-%(pyver)s'),
('protobuf', local_protobuf_ver),
('protobuf-python', local_protobuf_ver, '-Python-%(pyver)s'),
('HDF5', '1.8.16', '-serial'),
('Boost', '1.61.0', '-Python-%(pyver)s'),
('Python', '2.7.11'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ builddependencies = [
('3to2', '1.1.1', versionsuffix),
]

common_opts = 'env_vars=all CC="$CC" CXX="$CXX" blas_lapack_libs=mkl_rt blas_lapack_dir=$BLAS_LAPACK_LIB_DIR'
common_opts += ' sundials_include=$EBROOTSUNDIALS/include sundials_libdir=$EBROOTSUNDIALS/lib'
buildopts = 'build ' + common_opts
runtest = 'test ' + common_opts
installopts = 'install ' + common_opts
local_common_opts = 'env_vars=all CC="$CC" CXX="$CXX" blas_lapack_libs=mkl_rt blas_lapack_dir=$BLAS_LAPACK_LIB_DIR'
local_common_opts += ' sundials_include=$EBROOTSUNDIALS/include sundials_libdir=$EBROOTSUNDIALS/lib'
buildopts = 'build ' + local_common_opts
runtest = 'test ' + local_common_opts
installopts = 'install ' + local_common_opts
prefix_arg = 'prefix='

modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ builddependencies = [
('googletest', '1.8.0'),
]

common_opts = 'env_vars=all CC="$CC" CXX="$CXX" blas_lapack_libs=openblas blas_lapack_dir=$BLAS_LAPACK_LIB_DIR'
common_opts += ' sundials_include=$EBROOTSUNDIALS/include sundials_libdir=$EBROOTSUNDIALS/lib'
buildopts = 'build ' + common_opts
runtest = 'test ' + common_opts
installopts = 'install ' + common_opts
local_common_opts = 'env_vars=all CC="$CC" CXX="$CXX" blas_lapack_libs=openblas blas_lapack_dir=$BLAS_LAPACK_LIB_DIR'
local_common_opts += ' sundials_include=$EBROOTSUNDIALS/include sundials_libdir=$EBROOTSUNDIALS/lib'
buildopts = 'build ' + local_common_opts
runtest = 'test ' + local_common_opts
installopts = 'install ' + local_common_opts
prefix_arg = 'prefix='

modextrapaths = {'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages']}
Expand Down
Loading