Skip to content
Snippets Groups Projects
Commit c5cde079 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

correct check for g77.

git-svn-id: http://root.cern.ch/svn/root/trunk@14652 27541ba8-7e3a-0410-8455-c3a389f83636
parent 65ed37b0
Branches
Tags
No related merge requests found
...@@ -66,7 +66,7 @@ CILIBS = -lm $(EXTRA_LDFLAGS) -ldl ...@@ -66,7 +66,7 @@ CILIBS = -lm $(EXTRA_LDFLAGS) -ldl
# Fortran: # Fortran:
F77 = ifort F77 = ifort
F77FLAGS = F77FLAGS =
ifeq ($(shell find $(FINK_DIR)/bin -name g77),) ifneq ($(shell find $(FINK_DIR)/bin -name g77),)
# check for libg2c and libfrtbegin # check for libg2c and libfrtbegin
ifneq ($(shell g77 -print-file-name=libg2c.so),libg2c.so) ifneq ($(shell g77 -print-file-name=libg2c.so),libg2c.so)
LIBG2C := $(shell g77 -print-file-name=libg2c.so) LIBG2C := $(shell g77 -print-file-name=libg2c.so)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment