Commit 1e4a9fbd authored by Kelvin Rodriguez's avatar Kelvin Rodriguez
Browse files

added python 3.6 to env file

parent b43a0063
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@ channels:
  - jlaura
  - defaults
dependencies:
  - ca-certificates==2017.08.26
  - python==3.6
  - dbus
  - future==0.16.0
  - jsoncpp==1.8.3
  - libgfortran==3.0
  - qwt=6.1.3
  - pyqt
  - sip=4.18
  - pyqt==5.6.0
  - sip==4.18
  - libxcb==1.12=1
  - mysql==5.7.20
  - ncurses==5.9=10
@@ -112,8 +112,8 @@ dependencies:
  - jama==125=0
  - pcl==1.8.1
  - qhull==7.2.0=0
  - qt
  - qwt==6.1.3=0
  - qt=5.6.2
  - qwt
  - tnt==126=0
  - xalan-c==1.11
prefix: /scratch/anaconda3/envs/isis
+0 −4
Original line number Diff line number Diff line
@@ -407,16 +407,12 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/make DESTINATION ${CMAKE_INSTALL_PREFIX})
# Have CMake process all of the source code and tests.
add_subdirectory(src objects)

# Set up third party libraries for installation
# install_third_party()

if(APPLE)
 set(SO ".dylib")
else()
 set(SO ".so")
endif()


# Set up documentation build target.
# - This script is called by running "make docs".
# - This long call passes all desired variables to the script.