Fixing conda packaging

This commit is contained in:
2018-02-07 17:52:55 +01:00
parent 5b192d696b
commit b882144a62
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
make
cp bin/* ${PREFIX}/bin
cp src/*.hpp ${PREFIX}/include
+6 -6
View File
@@ -12,14 +12,14 @@ requirements:
build:
- make
- gcc
- cppzmq =4.2.1
- hdf5 =1.10.1
- boost =1.61.0
- cppzmq ==4.2.1
- hdf5 ==1.10.1
- boost ==1.61.0
run:
- cppzmq =4.2.1
- hdf5 =1.10.1
- boost =1.61.0
- cppzmq ==4.2.1
- hdf5 ==1.10.1
- boost ==1.61.0
about: