Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manif v0.0.5 #44

Merged
merged 17 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 0 additions & 96 deletions recipe/233.patch

This file was deleted.

49 changes: 0 additions & 49 deletions recipe/236.patch

This file was deleted.

21 changes: 0 additions & 21 deletions recipe/248.patch

This file was deleted.

2 changes: 1 addition & 1 deletion recipe/bld_cxx.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake ^
-G "Ninja" ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_BUILD_TYPE=Release ^
-DBUILD_TESTING=OFF ^
-DBUILD_TESTING=ON ^
-DBUILD_EXAMPLES=ON ^
-DUSE_SYSTEM_WIDE_TL_OPTIONAL=ON ^
%SRC_DIR%
Expand Down
1 change: 1 addition & 0 deletions recipe/build_py.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

export SETUPTOOLS_SCM_PRETEND_VERSION="$PKG_VERSION"
python -m pip install --no-build-isolation --no-deps . -vv
12 changes: 5 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{% set name = "manif-split" %}
{% set version = "0.0.4" %}
{% set version = "0.0.5" %}

package:
name: {{ name }}
version: {{ version }}

source:
- url: https://github.com/artivis/manif/archive/{{ version }}.tar.gz
sha256: 739731e1eb83194c4977fa946ee63ba1aa8aadf757d67f3b183f2dfab64eff81
patches:
- 236.patch
- 233.patch # [win]
- 248.patch
sha256: 246a781c54a5c57179d48096faca0d108944e120f69d8fd7fb69e3cb4a0a67fb

build:
number: 17
number: 0

outputs:
- name: manif
Expand Down Expand Up @@ -54,6 +50,7 @@ outputs:
- cmake
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cmake-build-extension # [build_platform != target_platform]
- clang 13 # [win]
- lld 13 # [win]
- llvm-tools 13 # [win]
Expand All @@ -62,6 +59,7 @@ outputs:
- tl-optional
- python
- pip
- cmake-build-extension
# Workaround for https://github.com/conda-forge/pybind11-feedstock/pull/94#issuecomment-2033804227
- pybind11 <2.12.0
- pybind11-abi
Expand Down
Loading