Commit 645a8388 authored by Jesse Mapel's avatar Jesse Mapel Committed by Summer Stapleton
Browse files

Moved ISIS3 conda-build recipe from ISIS3_deps repository (#650)

parent c00f88e2
Loading
Loading
Loading
Loading

recipe/build.sh

0 → 100644
+5 −0
Original line number Diff line number Diff line
mkdir build
cd build
cmake -GNinja -DJP2KFLAG=ON -Dpybindings=OFF -DCMAKE_INSTALL_PREFIX=$PREFIX -Disis3Data=/usgs/cpkgs/isis3/data -Disis3TestData=/usgs/cpkgs/isis3/testData ../isis
ninja install
ninja docs

recipe/meta.yaml

0 → 100644
+156 −0
Original line number Diff line number Diff line
{% set version = "3.6.1" %}
{% set git_branch = "dev" %}
{% set build_number = "0" %}

package:
  name: isis3
  version: {{ version }}

source:
  git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git'
  git_branch: {{ git_branch }}

build:
  number: {{ build_number }}

# Shotgun strat on requirements until we can narrow them down
requirements:
  build:
  - armadillo==8.200.0=blas_openblas_200
  - blas==1.1=openblas
  - bullet==2.86.1=0
  - bz2file==0.98
  - bzip2==1.0.6=1
  - cmake=>3.10
  - cspice==66=h470a237_3
  - curl==7.60.0=0
  - doxygen==1.8.14=0
  - eigen==3.3.3=0
  - embree==2.14.0=0
  - geos==3.5.1
  - geotiff==1.4.2=1
  - gmm==5.0
  - gmp==6.1.2=0
  - gsl==2.2.1=blas_openblas_3
  - hdf5==1.8.18=2
  - icu==58.2=0
  - jama==125
  - jpeg==9b=2
  - kakadu==1
  - krb5==1.14.2=0
  - libpng>=1.6.34
  - libprotobuf==3.5.2
  - libtiff=>4.0.9
  - libxml2==2.9.7=0
  - make
  - mesalib==17.2.0=0
  - mysql==5.7.20
  - mysql-connector-c==6.1.6=0
  - nanoflann==1.2.2
  - ninja==1.7.2=0
  - nn
  # - numpy==1.13.3=py36_blas_openblas_200
  - openblas==0.2.19=2
  - opencv==3.2.0|3.3.0
  - openssl==1.0.2n=0
  - patchelf==0.9
  - pcl==1.8.1
  - pip==9.0.1
  - protobuf==3.5.2
  # - pyqt==5.6.0
  - python==3.6
  - qhull==7.2.0=0
  - qt=5.9.6
  - qwt=6.1.3
  - setuptools=38.5.1
  - sip==4.18
  - sqlite==3.13.0=1
  - suitesparse==4.5.4=blas_openblas_200
  - superlu==5.2.1=blas_openblas_201
  - tnt==126=0
  - wheel==0.30.0
  - x264==20131218
  - xalan-c==1.11
  - xerces-c==3.1.4=0
  - xorg-kbproto==1.0.7=1
  - xorg-libice
  - xorg-libsm
  - xorg-libx11==1.6.4=6
  - xorg-libxi
  - zlib==1.2.11=0
  run:
  - armadillo==8.200.0
  - blas==1.1=openblas
  - bullet==2.86.1=0
  - bz2file==0.98
  - bzip2==1.0.6=1
  - cmake==3.9.1=0
  - cspice==66=h470a237_3
  - curl==7.60.0=0
  - doxygen==1.8.14=0
  - eigen==3.3.3=0
  - embree==2.14.0=0
  - geos==3.5.1
  - geotiff==1.4.2=1
  - gmm==5.0
  - gmp==6.1.2=0
  - gsl==2.2.1=blas_openblas_3
  - hdf5==1.8.18=2
  - icu==58.2=0
  - jama==125
  - jasper=1
  - jpeg==9b=2
  - kakadu==1
  - krb5==1.14.2=0
  - libpng>=1.6.34
  - libprotobuf==3.5.2
  - libtiff=>4.0.9
  - libxml2==2.9.7=0
  - make
  - mesalib==17.2.0=0
  - mysql==5.7.20
  - mysql-connector-c==6.1.6=0
  - nanoflann==1.2.2
  - ninja==1.7.2=0
  - nn
  # - numpy==1.13.3=py36_blas_openblas_200
  - openblas==0.2.19=2
  - opencv==3.2.0|3.3.0
  - openssl==1.0.2n=0
  - patchelf==0.9
  - pcl==1.8.1
  - pip==9.0.1
  - protobuf==3.5.2
  # - pyqt==5.6.0
  - python==3.6
  - qhull==7.2.0=0
  - qt=5.9.6
  - qwt=6.1.3
  - setuptools=38.5.1
  - sip==4.18
  - sqlite==3.13.0=1
  - suitesparse==4.5.4=blas_openblas_200
  - superlu==5.2.1=blas_openblas_201
  - tnt==126=0
  - wheel==0.30.0
  - x264==20131218
  - xalan-c==1.11
  - xerces-c==3.1.4=0
  - xorg-kbproto==1.0.7=1
  - xorg-libice
  - xorg-libsm
  - xorg-libx11==1.6.4=6
  - xorg-libxi
  - zlib==1.2.11=0
# Add the tests eventually
# test:
#

# about:
#   home: https://developers.google.com/protocol-buffers/
#   license: BSD 3-Clause
#   license_file: LICENSE
#   summary: "Protocol Buffers - Google's data interchange format."

# extra:
#   recipe-maintainers: