Skip to content
Snippets Groups Projects
Unverified Commit abb6fe38 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Includes are now packaged in conda builds. (#3989)

* changed nn dep

* added kakadu incs path

* added up to date ale

* findale renamed

* updated version

* removed data vars, added buildTets=OFF

* updated scripts

* reverted meta

* removed commented out line
parent f7011ab9
Branches
Tags
No related merge requests found
...@@ -428,9 +428,9 @@ EXECUTE_PROCESS(COMMAND cp -f ${CMAKE_SOURCE_DIR}/TestPreferences ${CMAKE_BINARY ...@@ -428,9 +428,9 @@ EXECUTE_PROCESS(COMMAND cp -f ${CMAKE_SOURCE_DIR}/TestPreferences ${CMAKE_BINARY
install(CODE "EXECUTE_PROCESS(COMMAND cp -f ${CMAKE_SOURCE_DIR}/IsisPreferences ${CMAKE_INSTALL_PREFIX}/)") install(CODE "EXECUTE_PROCESS(COMMAND cp -f ${CMAKE_SOURCE_DIR}/IsisPreferences ${CMAKE_INSTALL_PREFIX}/)")
# Install the header files # Install the header files
install(CODE "EXECUTE_PROCESS(COMMAND mkdir -p ${CMAKE_INSTALL_PREFIX}/include/isis3)") install(CODE "EXECUTE_PROCESS(COMMAND mkdir -p ${CMAKE_INSTALL_PREFIX}/include/isis)")
file(GLOB ISIS_INCLUDE_FILES ${CMAKE_BINARY_DIR}/inc/*) file(GLOB ISIS_INCLUDE_FILES ${CMAKE_BINARY_DIR}/inc/*)
install(CODE "EXECUTE_PROCESS(COMMAND cp -fv ${ISIS_INCLUDE_FILES} ${CMAKE_INSTALL_PREFIX}/include/isis3)") install(DIRECTORY ${CMAKE_BINARY_DIR}/inc/ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/isis)
# Delete any existing plugin files in the build folder so they # Delete any existing plugin files in the build folder so they
# don't get filled with duplicate entries. # don't get filled with duplicate entries.
......
...@@ -32,6 +32,7 @@ package: ...@@ -32,6 +32,7 @@ package:
source: source:
git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git'
git_tag: {{ version }} git_tag: {{ version }}
# url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz'
# sha256 is the prefered checksum -- you can get it for a file with: # sha256 is the prefered checksum -- you can get it for a file with:
# `openssl sha256 <file name>`. Simply run this command with the .tar.gz # `openssl sha256 <file name>`. Simply run this command with the .tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment