Loading isis/make/config.linux-x86_64 +3 −0 Original line number Diff line number Diff line Loading @@ -526,5 +526,8 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtbb*.so*" # Add the Boost libraries THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libboost*.so*" # Add srtp deps (Qt5WebEngine deps) -- see #5365 THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libsrtp*.so*" # Plugins THIRDPARTYPLUGINS += "$(ISIS3LOCAL)/plugins/" isis/make/config.linux-x86_64_Fedora25 +4 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,6 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libsuperlu*.so" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libsuitesparseconfig.so" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/liblapack.so" THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libblas*.so*" THIRDPARTYLIBS += "$(ISIS3ALTSYSLIB)/libgfortran.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libxerces-c*.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libgeotiff*.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtiff*.so*" Loading Loading @@ -533,5 +532,9 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtbb*.so*" # Add the Boost libraries THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libboost*.so*" # Add and patch the gfortran's rpath to $ORIGIN (so it can find its quadmath dependency) -- #4610 PATCHLIBS += "$(ISIS3ALTSYSLIB)/libgfortran.so*" THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libquadmath*.so*" # Plugins THIRDPARTYPLUGINS += "$(ISIS3LOCAL)/plugins/" isis/src/base/apps/fits2isis/tsts/default/Makefile +3 −7 Original line number Diff line number Diff line Loading @@ -4,10 +4,6 @@ include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/WFPC2u5780205r_c0fx.fits \ to=$(OUTPUT)/fitsTruth.cub \ > /dev/null; raw2isis from=$(INPUT)/WFPC2u5780205r_c0fx.fits \ to=$(OUTPUT)/rawTruth.cub \ SAMPLES=200 LINES=200 BANDS=4 SKIP=23040 \ BITTYPE=REAL BYTEORDER=MSB \ > /dev/null; to=$(OUTPUT)/fitsTruth.cub > /dev/null; catlab from=$(OUTPUT)/fitsTruth.cub \ to=$(OUTPUT)/fitsTruth.pvl > /dev/null; isis/src/base/apps/fits2isis/tsts/organization/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -4,8 +4,10 @@ include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/lsb_0034933739_0x53c_sci_1.fit \ to=$(OUTPUT)/bilTruth.cub organization=bil imagenumber=1\ > /dev/null; to=$(OUTPUT)/bilTruth.cub organization=bil imagenumber=1 > /dev/null; catlab from=$(OUTPUT)/bilTruth.cub \ to=$(OUTPUT)/bilTruth.pvl > /dev/null; $(APPNAME) from=$(INPUT)/lsb_0034933739_0x53c_sci_1.fit \ to=$(OUTPUT)/bsqTruth.cub organization=bsq imagenumber=1 \ > /dev/null; to=$(OUTPUT)/bsqTruth.cub organization=bsq imagenumber=1 > /dev/null; catlab from=$(OUTPUT)/bsqTruth.cub \ to=$(OUTPUT)/bsqTruth.pvl > /dev/null; isis/src/docsys/documents/InstallGuide/InstallGuide.xml +2 −2 Original line number Diff line number Diff line Loading @@ -295,7 +295,7 @@ you must <em>not</em> upgrade the ISIS Data Files!!! <pre> <b> <u>Example for Fedora 21 Linux x86 64-bit Intel compatible systems:</u> <u>Example for Fedora 25 Linux x86 64-bit Intel compatible systems:</u> </b> rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::x86-64_linux_FEDORA/isis . </pre> Loading Loading @@ -691,7 +691,7 @@ you must <em>not</em> upgrade the ISIS Data Files!!! <change name="Summer Stapleton" date="2017-12-29">Updated SPICE Web Service mission information to include newer missions.</change> <change name="Kaitlyn Lee" date="2018-04-04">Added information about tsch being a C shell and bash being a Bourne shell and how to tell what shell a user is using to the UNIX Enviroment Setup section. Fixes #5372.</change> <change name="Ian Humphrey" date="2018-04-06">Updated for latest supported Fedora version (Fedora25).</change> </history> <bibliography> Loading Loading
isis/make/config.linux-x86_64 +3 −0 Original line number Diff line number Diff line Loading @@ -526,5 +526,8 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtbb*.so*" # Add the Boost libraries THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libboost*.so*" # Add srtp deps (Qt5WebEngine deps) -- see #5365 THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libsrtp*.so*" # Plugins THIRDPARTYPLUGINS += "$(ISIS3LOCAL)/plugins/"
isis/make/config.linux-x86_64_Fedora25 +4 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,6 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libsuperlu*.so" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libsuitesparseconfig.so" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/liblapack.so" THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libblas*.so*" THIRDPARTYLIBS += "$(ISIS3ALTSYSLIB)/libgfortran.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libxerces-c*.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libgeotiff*.so*" THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtiff*.so*" Loading Loading @@ -533,5 +532,9 @@ THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libtbb*.so*" # Add the Boost libraries THIRDPARTYLIBS += "$(ISIS3LOCAL)/lib/libboost*.so*" # Add and patch the gfortran's rpath to $ORIGIN (so it can find its quadmath dependency) -- #4610 PATCHLIBS += "$(ISIS3ALTSYSLIB)/libgfortran.so*" THIRDPARTYLIBS += "$(ISIS3SYSLIB)/libquadmath*.so*" # Plugins THIRDPARTYPLUGINS += "$(ISIS3LOCAL)/plugins/"
isis/src/base/apps/fits2isis/tsts/default/Makefile +3 −7 Original line number Diff line number Diff line Loading @@ -4,10 +4,6 @@ include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/WFPC2u5780205r_c0fx.fits \ to=$(OUTPUT)/fitsTruth.cub \ > /dev/null; raw2isis from=$(INPUT)/WFPC2u5780205r_c0fx.fits \ to=$(OUTPUT)/rawTruth.cub \ SAMPLES=200 LINES=200 BANDS=4 SKIP=23040 \ BITTYPE=REAL BYTEORDER=MSB \ > /dev/null; to=$(OUTPUT)/fitsTruth.cub > /dev/null; catlab from=$(OUTPUT)/fitsTruth.cub \ to=$(OUTPUT)/fitsTruth.pvl > /dev/null;
isis/src/base/apps/fits2isis/tsts/organization/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -4,8 +4,10 @@ include $(ISISROOT)/make/isismake.tsts commands: $(APPNAME) from=$(INPUT)/lsb_0034933739_0x53c_sci_1.fit \ to=$(OUTPUT)/bilTruth.cub organization=bil imagenumber=1\ > /dev/null; to=$(OUTPUT)/bilTruth.cub organization=bil imagenumber=1 > /dev/null; catlab from=$(OUTPUT)/bilTruth.cub \ to=$(OUTPUT)/bilTruth.pvl > /dev/null; $(APPNAME) from=$(INPUT)/lsb_0034933739_0x53c_sci_1.fit \ to=$(OUTPUT)/bsqTruth.cub organization=bsq imagenumber=1 \ > /dev/null; to=$(OUTPUT)/bsqTruth.cub organization=bsq imagenumber=1 > /dev/null; catlab from=$(OUTPUT)/bsqTruth.cub \ to=$(OUTPUT)/bsqTruth.pvl > /dev/null;
isis/src/docsys/documents/InstallGuide/InstallGuide.xml +2 −2 Original line number Diff line number Diff line Loading @@ -295,7 +295,7 @@ you must <em>not</em> upgrade the ISIS Data Files!!! <pre> <b> <u>Example for Fedora 21 Linux x86 64-bit Intel compatible systems:</u> <u>Example for Fedora 25 Linux x86 64-bit Intel compatible systems:</u> </b> rsync -azv --delete --partial isisdist.astrogeology.usgs.gov::x86-64_linux_FEDORA/isis . </pre> Loading Loading @@ -691,7 +691,7 @@ you must <em>not</em> upgrade the ISIS Data Files!!! <change name="Summer Stapleton" date="2017-12-29">Updated SPICE Web Service mission information to include newer missions.</change> <change name="Kaitlyn Lee" date="2018-04-04">Added information about tsch being a C shell and bash being a Bourne shell and how to tell what shell a user is using to the UNIX Enviroment Setup section. Fixes #5372.</change> <change name="Ian Humphrey" date="2018-04-06">Updated for latest supported Fedora version (Fedora25).</change> </history> <bibliography> Loading