We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3655fa + 7e3af8c commit 0353a30Copy full SHA for 0353a30
external_modules/total_energy_module/build_total_energy_module.sh
@@ -71,10 +71,12 @@ cp $root_dir/XClib/xc_lib.a $here/libs/libxclib.a
71
# seems.
72
ar rcs $tmp_lib_dir/liballobjs.a $pwobjs $utilobjs $modobjs
73
74
+# LDFLAGS: "-z noexecstack" because of
75
+# https://github.com/mala-project/mala/issues/667
76
FC="$f_compiler" \
77
CC="$c_compiler" \
78
FFLAGS="-I$tmp_lib_dir -I$pw_src_path $qe_inc_dirs" \
-LDFLAGS="-L$tmp_lib_dir -L$pw_src_path $qe_lib_dirs" \
79
+LDFLAGS="-L$tmp_lib_dir -L$pw_src_path $qe_lib_dirs -z noexecstack" \
80
python3 -m numpy.f2py \
81
--backend meson \
82
--dep mpi \
0 commit comments