This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
57 additions
and
46 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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- charliecloud-0.32/bin/ch-test 2023-03-22 17:36:46.000000000 -0400 | ||
+++ charliecloud-0.32.patch/bin/ch-test 2023-04-03 10:51:53.677205658 -0400 | ||
@@ -767,7 +767,7 @@ | ||
--- a/bin/ch-test 2024-01-19 13:17:53.000000000 -0500 | ||
+++ b/bin/ch-test 2024-02-09 14:37:15.388753491 -0500 | ||
@@ -779,7 +779,7 @@ | ||
|
||
# Find test directories. Note some of this gets rewritten at install time. | ||
CHTEST_DIR=${ch_base}/test | ||
-CHTEST_EXAMPLES_DIR=${ch_base}/examples | ||
+CHTEST_EXAMPLES_DIR=${ch_base}-${ch_version}/examples | ||
if [[ ! -f ${ch_base}/VERSION ]]; then | ||
# installed | ||
CHTEST_INSTALLED=yes | ||
CHTEST_GITWD= | ||
CHTEST_DIR=${ch_base}/libexec/charliecloud/test | ||
- CHTEST_EXAMPLES_DIR=${ch_base}/share/doc/charliecloud/examples | ||
+ CHTEST_EXAMPLES_DIR=${ch_base}/share/doc/charliecloud-${ch_version}/examples | ||
else | ||
# build dir | ||
CHTEST_INSTALLED= |
10 changes: 5 additions & 5 deletions
10
packaging/fedora/no-rpath.patch → packaging/fedora/no-squashfuse-rpath.patch
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- charliecloud-0.32/configure 2023-03-24 18:49:49.000000000 -0400 | ||
+++ charliecloud-0.32.patch/configure 2023-04-03 09:55:31.756259159 -0400 | ||
@@ -5880,7 +5880,7 @@ | ||
else | ||
--- a/configure 2024-02-09 11:26:45.647046362 -0500 | ||
+++ b/configure 2024-02-09 11:30:18.613833446 -0500 | ||
@@ -7137,7 +7137,7 @@ | ||
else $as_nop | ||
rpath_libsquashfuse= | ||
fi | ||
- CH_RUN_LIBS="-lsquashfuse_ll -lfuse3 $rpath_libsquashfuse $CH_RUN_LIBS" | ||
+ CH_RUN_LIBS="-lsquashfuse_ll -lfuse3 $CH_RUN_LIBS" | ||
else | ||
else $as_nop | ||
have_libsquashfuse=no | ||
fi |
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