Skip to content

Commit

Permalink
Merge pull request #230 from lanl/Rename_conda_distros
Browse files Browse the repository at this point in the history
ENH: Update names for conda distributions
  • Loading branch information
jacob-moore22 committed Sep 11, 2024
2 parents 941b69b + 46660ef commit d57fc9c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .conda/elements/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: elements
name: elements-cpu
version: {{ version }}

source:
Expand Down
2 changes: 1 addition & 1 deletion .conda/evpfft-dev/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: evpfft-dev
name: dev-evpfft-cpu
version: {{ version }}

build:
Expand Down
2 changes: 1 addition & 1 deletion .conda/evpfft/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: evpfft
name: fierro-evpfft-cpu
version: {{ version }}

source:
Expand Down
2 changes: 1 addition & 1 deletion .conda/fierro-dev/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: fierro-dev
name: dev-fe-cpu
version: {{ version }}

build:
Expand Down
2 changes: 1 addition & 1 deletion .conda/fierro-gui/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package:
name: fierro_gui
name: fierro-gui
version: 1

source:
Expand Down
2 changes: 1 addition & 1 deletion .conda/fierro/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#{% set mpi_version = "4.1" %}

package:
name: fierro-cpu
name: fierro-fe-cpu
version: {{ version }}

source:
Expand Down
4 changes: 2 additions & 2 deletions .conda/heffte/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: fierro-heffte
name: heffte-cpu
version: {{ version }}

source:
Expand Down Expand Up @@ -35,7 +35,7 @@ about:
license_family: BSD
license_file: LICENSE
summary:
LANL Fierro's dependency for EVPFFT solutions
LANL Fierro's dependency for EVPFFT solver
description:
Fierro (LANL code number C21030) is a modern C++ code designed to simulate quasi-static
solid mechanics problems and transient, compressible material dynamic problems with Lagrangian methods,
Expand Down
4 changes: 2 additions & 2 deletions .conda/heffte/cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#{% set cuda_version = "12.5" %}

package:
name: fierro-heffte-cuda
name: heffte-cuda
version: {{ version }}

source:
Expand Down Expand Up @@ -55,7 +55,7 @@ about:
license_family: BSD
license_file: LICENSE
summary:
LANL Fierro's dependency for EVPFFT solutions
LANL Fierro's dependency for EVPFFT solver
description:
Fierro (LANL code number C21030) is a modern C++ code designed to simulate quasi-static
solid mechanics problems and transient, compressible material dynamic problems with Lagrangian methods,
Expand Down
2 changes: 1 addition & 1 deletion .conda/trilinos/cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% set macos_compiler_version = "16" %}

package:
name: fierro-trilinos-cpu
name: trilinos-cpu
version: {{ version }}

source:
Expand Down

0 comments on commit d57fc9c

Please sign in to comment.