Commit d9f8cba7 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

Updated Fedora25 config file for ISIS to pull proper geos and gfortran libs. References #4809.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/Fedora25@8084 41f8697f-d340-4b68-9986-7bafba869bb8
parent 9ad2b8e3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -175,9 +175,9 @@ JAMALIB =
#---------------------------------------------------------------------------
# Set up for GEOS
#---------------------------------------------------------------------------
GEOSINCDIR = -isystem $(ISIS3LOCAL)/include/geos/geos3.5.0
GEOSINCDIR = -isystem $(ISIS3LOCAL)/include/geos/geos3.5.1
GEOSLIBDIR = -L$(ISIS3LOCAL)/lib
GEOSLIB    = -lgeos-3.5.0 -lgeos_c
GEOSLIB    = -lgeos-3.5.1 -lgeos_c

#---------------------------------------------------------------------------
# Set up for the GNU Scientific Library (GSL).  Note that this setup
@@ -211,7 +211,7 @@ GMMLIB =
#---------------------------------------------------------------------------
SUPERLUINCDIR = -I$(ISIS3LOCAL)/include/superlu/superlu4.3
SUPERLULIBDIR = -L$(ISIS3LOCAL)/lib
SUPERLULIB    = -lsuperlu_4.3 -l:libblas.so.3 -lgfortran
SUPERLULIB    = -lsuperlu_4.3 -l:libblas.so.3 -l:libgfortran.so.3

#---------------------------------------------------------------------------
# Set up for Google Protocol Buffers (ProtoBuf)