-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove workaround for rattler-build gitignore thing
+ add patch for FANS shortcoming
- Loading branch information
1 parent
1f9655d
commit d381221
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 393a0c622bcef196bbe1c0cc81fe8c15b9b152c4 Mon Sep 17 00:00:00 2001 | ||
From: Claudius Haag <[email protected]> | ||
Date: Thu, 28 Nov 2024 11:04:56 +0100 | ||
Subject: [PATCH] Fix gitignore for sphere32 inclusion + needed for copying | ||
when doing test for conda-forge packaging | ||
|
||
--- | ||
.gitignore | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/.gitignore b/.gitignore | ||
index 2bc948f..c713336 100644 | ||
--- a/.gitignore | ||
+++ b/.gitignore | ||
@@ -198,7 +198,7 @@ test/input_files/**/*.json | ||
**/scratch/ | ||
|
||
# Test microstructure files | ||
-!sphere.h5 | ||
+!sphere32.h5 | ||
|
||
# Test input files | ||
!test_LinearElastic.json | ||
-- | ||
2.34.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters