diff options
author | François Bissey <frp.bissey@gmail.com> | 2023-06-19 14:06:41 +1200 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-06-19 20:01:22 -0400 |
commit | 8b868bf7fa4ec6439aedfaa079928318a349ce3b (patch) | |
tree | 0f775a89369c6d85e004b3832c2a3ee7a2b9ed57 /sci-libs | |
parent | sci-libs/ldl: more improvements from review (diff) | |
download | gentoo-8b868bf7fa4ec6439aedfaa079928318a349ce3b.tar.gz gentoo-8b868bf7fa4ec6439aedfaa079928318a349ce3b.tar.bz2 gentoo-8b868bf7fa4ec6439aedfaa079928318a349ce3b.zip |
sci-libs/cxsparse: add requested improvements from review
Signed-off-by: François Bissey <frp.bissey@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cxsparse/cxsparse-4.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/cxsparse/cxsparse-4.0.3.ebuild b/sci-libs/cxsparse/cxsparse-4.0.3.ebuild index d0dd3948fe6c..afd86a8e149e 100644 --- a/sci-libs/cxsparse/cxsparse-4.0.3.ebuild +++ b/sci-libs/cxsparse/cxsparse-4.0.3.ebuild @@ -32,7 +32,7 @@ multilib_src_configure() { multilib_src_test() { # Programs assume that they can access the Matrix folder in ${S} - ln -s "${S}/Matrix" + ln -s "${S}/Matrix" || die "cannot link to the Matrix folder" # Run demo files ./cs_idemo < Matrix/t2 || die "failed testing" ./cs_ldemo < Matrix/t2 || die "failed testing" |