From daa14f08c9385d87698544906e9fdbd3abb0bc52 Mon Sep 17 00:00:00 2001 From: mirakaya <59024914+mirakaya@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:28:13 +0000 Subject: [PATCH] Update JARVIS3 recipe (#51797) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add JARVIS3 recipe. * Added run_exports * Update build.sh * reset build number * edit tests * Update build.sh --------- Co-authored-by: Björn Grüning Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/jarvis3/build.sh | 4 +--- recipes/jarvis3/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/jarvis3/build.sh b/recipes/jarvis3/build.sh index 39c99726db53f..2eaadf9307537 100644 --- a/recipes/jarvis3/build.sh +++ b/recipes/jarvis3/build.sh @@ -13,8 +13,6 @@ mv JARVIS3.sh ${PREFIX}/bin mv JARVIS3 ${PREFIX}/bin cd ${PREFIX}/bin -sed -i.bak 's/ \.\// /g; s/\"\.\//"/g' JARVIS3.sh > aux.sh -rm JARVIS3.sh -mv aux.sh JARVIS3.sh +sed -i.bak 's/ \.\// /g; s/\"\.\//"/g' JARVIS3.sh chmod +x JARVIS3.sh JARVIS3.sh --install diff --git a/recipes/jarvis3/meta.yaml b/recipes/jarvis3/meta.yaml index c60d2b3290d86..70cdae8c181b1 100644 --- a/recipes/jarvis3/meta.yaml +++ b/recipes/jarvis3/meta.yaml @@ -7,7 +7,7 @@ package: build: # Passes some invalid flags for clang skip: True # [osx] - number: 0 + number: 1 run_exports: - {{ pin_subpackage("jarvis3", max_pin="x") }}