Skip to content

Commit

Permalink
Merge branch 'master' of github.com:capn-freako/PyBERT
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Apr 3, 2023
2 parents 6d22a85 + a4e2314 commit 241a180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion chaco
Submodule chaco deleted from 84122a
2 changes: 1 addition & 1 deletion conda.recipe/chaco/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
- pyface >=7.4.2
- python
- setuptools
- vs2019_win-64 # Uncomment for Windows build only.
# - vs2019_win-64 # Uncomment for Windows build only.
# - {{compiler('c')}} # Would like to get one of these working, instead of above hack.
# - {{compiler('cxx')}}

Expand Down
4 changes: 3 additions & 1 deletion conda.recipe/enable/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:

build:
number: 3
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: " {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script_env:
- CFLAGS=-Wno-c++11-narrowing

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion parsec.py

0 comments on commit 241a180

Please sign in to comment.