diff options
Diffstat (limited to 'sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild')
-rw-r--r-- | sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild index 2997acdf27cb..7ce5fdc224c8 100644 --- a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild +++ b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild @@ -70,7 +70,7 @@ src_prepare() { destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin ebegin "Converting ${mtxfile} to ${destination}" deps/convert ${mtxfile} ${destination} - eend + eend $? done fi eapply_user |