Skip to content

Commit

Permalink
Merge pull request #2212 from martin-frbg/nofort-nolib
Browse files Browse the repository at this point in the history
Avoid spurious dependency on the fortran runtime despite NOFORTRAN=1
  • Loading branch information
martin-frbg committed Aug 11, 2019
2 parents c275290 + be147a9 commit 3212885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.system
Expand Up @@ -267,9 +267,10 @@ OBJCOPY = $(CROSS_SUFFIX)objcopy
OBJCONV = $(CROSS_SUFFIX)objconv


# For detect fortran failed, only build BLAS.
# When fortran support was either not detected or actively deselected, only build BLAS.
ifeq ($(NOFORTRAN), 1)
NO_LAPACK = 1
override FEXTRALIB =
endif

#
Expand Down

0 comments on commit 3212885

Please sign in to comment.