From ac4ac430888be1327dce4ac370a5447efa0d048b Mon Sep 17 00:00:00 2001 From: Benoit LELANDAIS Date: Wed, 23 Aug 2023 09:21:39 +0200 Subject: [PATCH] Rename spack_recipes_meshing in spack_recipes --- .github/workflows/make-release.yml | 2 +- .github/workflows/spack-ci.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 4a5bd64..d3a4e19 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -8,4 +8,4 @@ on: jobs: call: name: Call check version CI - uses: LIHPC-Computational-Geometry/spack_recipes_meshing/.github/workflows/make-release-reusable.yml@main + uses: LIHPC-Computational-Geometry/spack_recipes/.github/workflows/make-release-reusable.yml@main diff --git a/.github/workflows/spack-ci.yml b/.github/workflows/spack-ci.yml index d106da1..a13ee29 100644 --- a/.github/workflows/spack-ci.yml +++ b/.github/workflows/spack-ci.yml @@ -11,4 +11,4 @@ on: jobs: call: name: Call Spack CI - uses: LIHPC-Computational-Geometry/spack_recipes_meshing/.github/workflows/spack-reusable.yml@main + uses: LIHPC-Computational-Geometry/spack_recipes/.github/workflows/spack-reusable.yml@main diff --git a/README.md b/README.md index 0ab1c85..08a8ef6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Toolkit for project with a [Python](https://www.python.org/) binding. -This project is part of the [mgx](https://github.com/LIHPC-Computational-Geometry/mgx) ecosystem and conforms to its [CI policy](https://github.com/LIHPC-Computational-Geometry/spack_recipes_meshing#ci-and-versioning-policy-of-mgx-ecosystem-projects). \ No newline at end of file +This project is part of the [mgx](https://github.com/LIHPC-Computational-Geometry/mgx) ecosystem and conforms to its [CI policy](https://github.com/LIHPC-Computational-Geometry/spack_recipes#ci-and-versioning-policy-of-mgx-ecosystem-projects). \ No newline at end of file