Skip to content

Commit a67e751

Browse files
authored
Merge pull request #354 from xylar/add-mache-deploy
Add `mache.deploy`
2 parents 9b12e6f + 9f19338 commit a67e751

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+8588
-111
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ cython_debug/
149149
# pixi caches and environment files
150150
.pixi/
151151
pixi.lock
152+
.pixi-local/
152153

153154
# output directory for conda-package builds
154155
output
156+
157+
# mache cache
158+
.mache_cache

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
include mache/cime_machine_config/*.xml
2+
include mache/deploy/templates/*.j2
3+
include mache/jigsaw/*.j2
4+
include mache/jigsaw/*.sh
25
include mache/machines/*.cfg
36
include mache/machines/pre_conda/*.sh
47
include mache/machines/pre_conda/*.csh

conda/recipe/build.sh

100644100755
File mode changed.

conda/recipe/post-link.sh

100644100755
File mode changed.

conda/recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
path: ../..
1313

1414
build:
15-
number: 1
15+
number: 0
1616
noarch: python
1717

1818
requirements:

0 commit comments

Comments
 (0)