Skip to content

Commit

Permalink
Fix for python wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Jun 16, 2023
1 parent 76199e6 commit ef7e785
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Expand Up @@ -3,5 +3,6 @@
cd python
make pip
export plumed_default_kernel=$PREFIX/lib/libplumedKernel$SHLIB_EXT
export plumed_disable_rtld_deepbind=yes
$PYTHON -m pip install . --no-deps -vv

10 changes: 7 additions & 3 deletions recipe/meta.yaml
Expand Up @@ -7,11 +7,15 @@ package:
version: {{ version }}

source:
url: https://github.com/plumed/plumed2/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
# url: https://github.com/plumed/plumed2/archive/v{{ version }}.tar.gz
# sha256: {{ sha256 }}
url: https://github.com/plumed/plumed2/archive/f63172296b5ca913180947a2c40a98d053cff2f4.tar.gz
sha256: 0aac2b51c0f56512e93a12289d87023aca0b0279c1d57fac8627f3e1764fe6c7


# this is a fix for conda, see https://github.com/plumed/plumed2/issues/952
build:
number: 0
number: 1
skip: true # [win or py2k]

requirements:
Expand Down

0 comments on commit ef7e785

Please sign in to comment.