Skip to content

Commit

Permalink
Merge pull request #83 from regro-cf-autotick-bot/24.05_hda9a8d
Browse files Browse the repository at this point in the history
warpx v24.05
  • Loading branch information
ax3l committed May 14, 2024
2 parents d8062d8 + cd2957a commit e512c3e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_CM:
- VERBOSE=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_CM:
- VERBOSE=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_CM:
- VERBOSE=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_CM:
- VERBOSE=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
VERBOSE_CM:
- VERBOSE=1
c_compiler:
Expand All @@ -9,7 +9,7 @@ c_compiler_version:
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "warpx" %}
{% set version = "24.04" %}
{% set version = "24.05" %}
{% set build = 0 %}
{% set sha256 = "063595b28675dcbb5fb0b888c35ac5ab4e61388534e1090a3528f3bb3568cc4c" %}
{% set sha256 = "e8b082bd8cf1929c086e1eae531d4574b562000547e1920c74b0c1ed79a8e0bd" %}

package:
name: {{ name|lower }}
Expand All @@ -28,6 +28,7 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- pybind11 # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ compiler('cxx') }}
- clang # [win]
- lld # [win]
Expand Down

0 comments on commit e512c3e

Please sign in to comment.