Skip to content

Commit

Permalink
Fix configure option and gpertools dependency of MIRA 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Mar 7, 2024
1 parent 86b07cc commit 81b4591
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions easybuild/easyconfigs/m/MIRA/MIRA-5.0rc2-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ sources = ['mira-V5rc2.tar.bz2']
source_urls = ['https://github.com/bachev/mira/releases/download/V5rc2/']
checksums = ['4255aa9c4f09ec686b1c717bffe2dd124d3ef9b87f00e74d1bcd51b8599b8e44']

preconfigopts = 'export CFLAGS="$CFLAGS -fpermissive" && '
preconfigopts += 'export CXXFLAGS="$CXXFLAGS -fpermissive" && '
preconfigopts = 'export CXXFLAGS="$CXXFLAGS -fpermissive" && '

configopts = '--with-boost=$EBROOTBOOST --with-expat=$EBROOTEXPAT --with-zlib=$EBROOTZLIB '
configopts += '--with-tcmalloc-dir=$EBROOTGPERFTOOLS/lib '

builddependencies = [
('flex', '2.6.4'),
Expand All @@ -26,7 +24,6 @@ dependencies = [
('Boost', '1.74.0'),
('zlib', '1.2.11'),
('expat', '2.2.9'),
('gperftools', '2.9.1'),
]

sanity_check_paths = {
Expand Down

0 comments on commit 81b4591

Please sign in to comment.