Skip to content

Commit

Permalink
Link statically and update to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 24, 2021
1 parent 56180d3 commit 6ab5b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake ${CMAKE_ARGS} \
-DWITH_LLVM=yes \
-DWITH_COTIRE=no \
-DBUILD_FOR_DISTRIBUTION=yes \
-DBUILD_SHARED_LIBS=yes \
-DBUILD_SHARED_LIBS=no \
..

cmake --build . -- -j${CPU_COUNT}
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.7.0.post3" %}
{% set version = "0.7.1" %}

package:
name: symengine-wheels
version: {{ version }}

source:
- url: https://github.com/symengine/symengine.py/archive/v{{ version }}.tar.gz
sha256: 54333c45e4e731637643143358969b4652232bc42ade67633b464694dab463d1
sha256: a9e18faa4e1d84bd1969e1fbabe5d4efdc367d973765691743c3221e8d9e2b26
folder: python

- url: https://github.com/symengine/symengine/releases/download/v0.7.0/symengine-0.7.0.tar.gz
Expand Down

0 comments on commit 6ab5b80

Please sign in to comment.