Skip to content
Snippets Groups Projects
Commit 5ec1d95f authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 13/09/2016:Rules.LXgfortran.mk , compile the tools if gfortran >= 5.X

parent 29ca0dbf
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,10 @@ HDF_CONF= CFLAGS=-std=c99
#
# LIBTOOLS flags
#
#if MNH_TOOLS exists => compile the tools
#if MNH_TOOLS exists => compile the tools if gfortran >= 5.X
ifeq ($(shell test $$( gfortran -dumpversion | cut -b1 ) -ge 5 ; echo $$?),0)
MNH_TOOLS = yes
endif
#
##########################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment