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 6aa4074 + ac6f55c commit 13881aeCopy full SHA for 13881ae
1 file changed
support/setup/environment.sh
@@ -91,7 +91,7 @@ detect_installed_packages() {
91
# DISABLED_PACKAGES_TEXT - adds amuse-framework if features are missing
92
#
93
check_build_framework() {
94
- missing_features=$(filter_out "${FEATURES}" "c c++ fortran python python-dev install mpi")
+ missing_features=$(filter_out "${FEATURES}" "c c++ fortran python python-dev gmake install mpi")
95
96
if [ "a${missing_features}" = "a" ] ; then
97
installed="$(is_installed amuse-framework)"
0 commit comments