Skip to content

Commit

Permalink
OCCT 7.5.3 tweaks (#73)
Browse files Browse the repository at this point in the history
* Delete .meta.yaml.swp

* recipe cleanup

* Use build number

* Use ubuntu 18.04

* Cleanup
  • Loading branch information
adam-urbanczyk authored Jan 12, 2022
1 parent fa181e1 commit e9053e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- template: build-bindings-job.yml
parameters:
name: Linux
vmImage: 'ubuntu-18.04'
- template: build-bindings-job.yml
parameters:
name: Windows
Expand Down
Binary file removed conda/.meta.yaml.swp
Binary file not shown.
8 changes: 3 additions & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ source:
path: ..

build:
string: {{ environ.get('BUILD_STRING') }}_{{ 'py'+environ.get('PYTHON_VERSION') }}
number: 2
script:
{% if not os.path.exists('build') %}
- cmake -B build -S . -G Ninja && cmake --build build
- cmake -B build -S . -G Ninja -DCMAKE_BUILD_TYPE=Release
- cmake --build build
{% endif %}
- cmake --install build --prefix {{ environ.get('STDLIB_DIR') }}

requirements:
build:
- cmake 3.16
- clangdev
- python-clang
- boost=1.74.0
Expand Down Expand Up @@ -46,8 +46,6 @@ requirements:
- occt {{OCCT_VER}}

test:
requires:
- python
imports:
- OCP

Expand Down

0 comments on commit e9053e5

Please sign in to comment.