Commit 7d645b2c authored by Summer Stapleton's avatar Summer Stapleton
Browse files

Updating curl library version from conda-forge as current lib was considered...

Updating curl library version from conda-forge as current lib was considered "broken". Also removing strict aliasing warnings from CMakeList.txt for building in Release mode.
parent 8f18dfcc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ dependencies:
  - bzip2==1.0.6=1
  - cmake==3.9.1=0
  - cspice==66-0
  - curl==7.55.1=0
  - curl==7.60.0=0
  - doxygen==1.8.14=0
  - eigen==3.3.3=0
  - embree==2.14.0=0
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ set(thirdPartyCppFlags -Wall
                       -DISIS_LITTLE_ENDIAN=1
                       -Wno-unused-parameter
                       -Wno-overloaded-virtual
                       -Wno-strict-aliasing
                       -DGMM_USES_SUPERLU
                       -DENABLEJP2K=${JP2KFLAG}
                     )