Skip to content

Commit

Permalink
Escape command substitutions in gromacs_activate.csh (#50)
Browse files Browse the repository at this point in the history
* Escape command substitutions in gromacs_activate.csh

Until now the command substitutions were evaluated eagerly, i.e. at
build time.
Now they will be evaluated at run/execution time.

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

* MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.36.0, and conda-forge-pinning 2024.05.23.08.07.03

---------

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
martin-g and conda-forge-webservices[bot] committed May 23, 2024
1 parent 0054314 commit 2187422
Show file tree
Hide file tree
Showing 22 changed files with 44 additions and 316 deletions.
44 changes: 12 additions & 32 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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,15 +1,9 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -34,8 +28,6 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -34,8 +28,6 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -34,8 +28,6 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- None
cuda_compiler_version:
- None
cxx_compiler:
Expand All @@ -34,8 +28,6 @@ target_platform:
- linux-64
zip_keys:
- - cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/libhwloc2100.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .ci_support/migrations/libhwloc293.yaml

This file was deleted.

8 changes: 3 additions & 5 deletions .ci_support/osx_64_doublenompinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
8 changes: 3 additions & 5 deletions .ci_support/osx_64_doublenompiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
8 changes: 3 additions & 5 deletions .ci_support/osx_64_doubleyesmpinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
Loading

0 comments on commit 2187422

Please sign in to comment.