Skip to content

Commit

Permalink
Updated setup.py to force static linking of GSL,FFTW3,NLopt libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jun 29, 2024
1 parent 06b9a37 commit 2b91c36
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 135 deletions.
2 changes: 1 addition & 1 deletion conda/rattler_setup/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# recipe file for use by rattler-config in building conda packages for pyimfit

context:
version: 0.13.1
version: 0.13.2

package:
name: pyimfit
Expand Down
5 changes: 3 additions & 2 deletions howto_new_distribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ Working by default in ~/coding/pyimfit on Mac.

9. Test installation via pip

10. Generate conda packages on Mac
10. Generate conda packages on Intel Mac
A. cd conda
B. Update rattler_setup/recipe.yaml file [e.g., update version number]
C.
C. rattler-build build --recipe ./rattler_setup --variant-config ./rattler_setup/variant_config.yaml
D.

11. Generate conda packages on Linux VM
A. [vm] cd /home/vagrant/build/pyimfit
Expand Down
Loading

0 comments on commit 2b91c36

Please sign in to comment.