Skip to content

Commit

Permalink
Merge pull request #101 from regro-cf-autotick-bot/2024.9_h0b25ae
Browse files Browse the repository at this point in the history
cctbx-base v2024.9
  • Loading branch information
bkpoon authored Oct 2, 2024
2 parents 8462e51 + 4397922 commit 7f71289
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

5 changes: 4 additions & 1 deletion build-locally.py

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "2024.8" %}
{% set version = "2024.9" %}

package:
name: cctbx-split
version: {{ version }}

source:
url: https://github.com/cctbx/cctbx_project/releases/download/v{{ version }}/cctbx-{{ version }}.tar.gz
sha256: 17e49239ca3255e0bf615d1aeb137cda7a641214467e21365674a510cf380897
sha256: c136868dcf321972a091915b9886b7d3eb58903fd0600799776c502764dc5151
patches:
- cbf.patch
- dxtbx.patch
Expand All @@ -15,7 +15,7 @@ source:
- libtbx_SConscript.patch

build:
number: 1
number: 0
preserve_egg_dir: true

outputs:
Expand Down Expand Up @@ -106,6 +106,7 @@ outputs:
- mkdir test && cd test && libtbx.run_tests_parallel module=cctbx module=libtbx module=scitbx nproc=4 # [win]
requires:
- pip
- wxwidgets =3.2.5

about:
home: https://github.com/cctbx/cctbx_project
Expand Down

0 comments on commit 7f71289

Please sign in to comment.