Skip to content

Commit

Permalink
Rebuild regenie recipe (#52075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Nov 12, 2024
1 parent 2c8aaf6 commit 543f722
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 3,514 deletions.
6 changes: 3 additions & 3 deletions recipes/regenie/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake \
-S "${SRC_DIR}" \
-B build

make -C build -j1 regenie
make -C build install
cmake --build build --target install -j "${CPU_COUNT}"

# bash test/test_conda.sh --path "${SRC_DIR}"
#make -C build -j1 regenie
#make -C build install
104 changes: 0 additions & 104 deletions recipes/regenie/build_failure.osx-64.yaml

This file was deleted.

16 changes: 1 addition & 15 deletions recipes/regenie/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,10 @@ source:
sha256: {{ sha256 }}
patches:
# Fixing postrelease issues
# - patches/0001-use-shared-cxxopts.patch
# - patches/0002-import-shared-Eigen3.patch
# - patches/0003-use-conda-cmakelists.patch
# - patches/0004-fix-fail-exit-on-help.patch
# - patches/0005-use-conda-cmakelist-file.patch
# - patches/0006-fix-cmakelist-file.patch
# - patches/0007-fix-cmakelist-file-for-osx.patch
# - patches/0008-fix-cmakelist-file-for-osx-eigen4.patch
# - patches/0009-update-cmake-file-for-conda.patch
# - patches/0010-update-cmakelist-file-for-v3.2.7.patch
# - patches/0011-update-cmakelist-file-for-v3.2.9.patch
# - patches/0012-update-cmakelist-file-for-v3.4.patch
# - patches/0013-update-cmakelist-file-for-v3.4.1.patch
# - patches/0014-update-cmakelist.txt-for-v3.5.patch
- patches/0015-update-cmakelist.txt-for-v3.6.patch

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('regenie', max_pin="x") }}

Expand Down
25 changes: 0 additions & 25 deletions recipes/regenie/patches/0001-use-shared-cxxopts.patch

This file was deleted.

27 changes: 0 additions & 27 deletions recipes/regenie/patches/0002-import-shared-Eigen3.patch

This file was deleted.

116 changes: 0 additions & 116 deletions recipes/regenie/patches/0003-use-conda-cmakelists.patch

This file was deleted.

30 changes: 0 additions & 30 deletions recipes/regenie/patches/0004-fix-fail-exit-on-help.patch

This file was deleted.

Loading

0 comments on commit 543f722

Please sign in to comment.