Skip to content

Commit

Permalink
modified the ec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Aug 1, 2023
1 parent cb49eec commit 9c7577f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Yambo-5.1.1-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [

with_configure = True
configopts = '--enable-hdf5-par-io --enable-mpi --enable-open-mp '
#configopts += '--enable-msgs-comps --enable-time-profile --enable-memory-profile '
configopts += '--enable-msgs-comps --enable-time-profile --enable-memory-profile '
configopts += '--enable-time-profile '
configopts += '--with-blas-libs="-lflexiblas" '
configopts += '--with-lapack-libs="-lflexiblas" '
Expand All @@ -53,8 +53,8 @@ configopts += '--with-netcdf-path="$EBROOTNETCDF" '
configopts += '--with-netcdff-path="$EBROOTNETCDFMINFORTRAN" '
configopts += '--with-hdf5-path="$EBROOTHDF5" '
configopts += '--with-libxc-path="$EBROOTLIBXC" '
configopts += 'CPP="x86_64-pc-linux-gnu-gcc -E" '
configopts += 'CPPFLAGS="-P" '
#configopts += 'CPP="x86_64-pc-linux-gnu-gcc -E" '
#configopts += 'CPPFLAGS="-P" '
parallel = 4
buildopts = 'all'
cleanupoldinstall = False
Expand Down

0 comments on commit 9c7577f

Please sign in to comment.