Skip to content

Commit

Permalink
updated conda builds to us clang 16 on macs. Worked for Fierro, hopef…
Browse files Browse the repository at this point in the history
…ully it works for others
  • Loading branch information
djdunning committed Jul 16, 2024
1 parent 1070641 commit 08eaf5c
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .conda/elements/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: elements
Expand Down
2 changes: 1 addition & 1 deletion .conda/evpfft-dev/cpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: evpfft-dev
Expand Down
2 changes: 1 addition & 1 deletion .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: evpfft
Expand Down
2 changes: 1 addition & 1 deletion .conda/evpfft/cuda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: evpfft-cuda
Expand Down
2 changes: 1 addition & 1 deletion .conda/fierro-dev/cpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: fierro-dev
Expand Down
6 changes: 2 additions & 4 deletions .conda/fierro/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{% set macos_compiler_version = "16" %}
# We need the same MPI version in build + host.
# So we have to specify it, unfortunately
{% set mpi_version = "4.1" %}
# UPDATE: Not necessary right now, perhaps in the future
#{% set mpi_version = "4.1" %}

package:
name: fierro-cpu
Expand All @@ -26,19 +27,16 @@ requirements:
- {{ compiler('cxx') }}={{ linux_compiler_version }} # [linux]
- {{ compiler('cxx') }}={{ macos_compiler_version }} # [osx]
- {{ compiler('fortran') }}
#DAN- openmpi={{ mpi_version }}
- openmpi
host:
- _openmp_mutex # [linux]
- llvm-openmp # [osx]
#DAN- openmpi={{ mpi_version }}
- fierro-trilinos-cpu
- elements
- openmpi
run:
- fierro-trilinos-cpu
- openmpi
#DAN- mpi

about:
home: https://github.com/lanl/Fierro
Expand Down
2 changes: 1 addition & 1 deletion .conda/heffte/cpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: fierro-heffte
Expand Down
2 changes: 1 addition & 1 deletion .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}
{% set cuda_version = "12.3" %}

package:
Expand Down
2 changes: 1 addition & 1 deletion .conda/trilinos/cpu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "15.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: fierro-trilinos-cpu
Expand Down
2 changes: 1 addition & 1 deletion .conda/voxelizer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "1.0.0" %}
{% set linux_compiler_version = "10.4.0" %}
{% set macos_compiler_version = "12" %}
{% set macos_compiler_version = "16" %}

package:
name: fierro-voxelizer
Expand Down

0 comments on commit 08eaf5c

Please sign in to comment.