Skip to content

Commit

Permalink
remove flag since it is auto-enabled since version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vsc46128 committed Oct 30, 2023
1 parent d03ec7d commit 410e26a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.6.2-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
# the flag is not supported on aarch64
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.7.0-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
# the flag is not supported on aarch64
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.7.2-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
# the flag is not supported on aarch64
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

Expand Down
1 change: 1 addition & 0 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.7.3-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
# the flag is not supported on aarch64
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.8.0-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies = [
preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

# make sure that ld.gold linker is used
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.8.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies = [
preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

# make sure that ld.gold linker is used
Expand Down
2 changes: 0 additions & 2 deletions easybuild/easyconfigs/p/PLUMED/PLUMED-2.9.0-foss-2022b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies = [
preconfigopts = 'env FC=$MPIF90 LIBS="$LIBLAPACK $LIBS" '
configopts = '--exec-prefix=%(installdir)s --enable-gsl --enable-modules=all --enable-python '
configopts += '--enable-boost_graph --enable-boost_serialization '
if ARCH == 'x86_64':
configopts += '--enable-asmjit '
prebuildopts = 'source sourceme.sh && '

# make sure that ld.gold linker is used
Expand Down

0 comments on commit 410e26a

Please sign in to comment.