Changeset 5440
- Timestamp:
- Dec 18, 2022 4:50:14 PM (3 months ago)
- Location:
- install
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2pkg/meta.yaml
r4703 r5440 1 1 package: 2 2 name: gsas2pkg 3 version: " 2.2.0"3 version: "3.0.0" 4 4 5 5 source: … … 11 11 build: 12 12 number: 0 13 # noarch: python # incompatible with platform conditionality13 # noarch: python 14 14 # see https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#architecture-independent-packages 15 15 … … 24 24 - pyopengl 25 25 - wxpython>=4.0 26 - svn26 # - svn 27 27 - hdf5 28 28 - h5py -
install/g2pkg/post-link.sh
r4700 r5440 1 1 #!/bin/bash 2 2 mkdir -p $PREFIX/GSASII 3 echo "Preparing to install GSAS-II from APS subversion server" 3 4 echo "Preparing to install GSAS-II from APS subversion server" > $PREFIX/GSASII/conda_inst.log 4 5 # create bootstrap script
Note: See TracChangeset
for help on using the changeset viewer.