Kaydet (Commit) cce49ccd authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Don't even dare check for Fortran

...which can lead to problems when e.g. building against a local trunk GCC
(requiring LD_LIBRARY_PATH) that was configured to build only C/C++ compilers,
so CoinMP's configuration would try to blend that with the system's gfortran.

Change-Id: I9f237df0887e06e50b9e76f3a09cfebb6f22dc20
üst 518bdcce
...@@ -27,7 +27,7 @@ else ...@@ -27,7 +27,7 @@ else
$(call gb_ExternalProject_get_state_target,coinmp,build) : $(call gb_ExternalProject_get_state_target,coinmp,build) :
+$(call gb_ExternalProject_run,build,\ +$(call gb_ExternalProject_run,build,\
./configure COIN_SKIP_PROJECTS="Data/Sample" \ ./configure COIN_SKIP_PROJECTS="Data/Sample" \
--enable-dependency-linking \ --enable-dependency-linking F77=unavailable \
&& $(MAKE) \ && $(MAKE) \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment