commit:     15543328d83583166e912e58036079ba7e0431db
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  7 06:55:40 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 01:00:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15543328

sci-libs/hipSPARSE: egrep -> grep -E

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild | 2 +-
 sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild 
b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
index 9498143b5003..1a75d379785e 100644
--- a/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
+++ b/sci-libs/hipSPARSE/hipSPARSE-4.3.0-r2.ebuild
@@ -65,7 +65,7 @@ src_prepare() {
                ebegin "$(tc-getCXX) deps/convert.cpp -o deps/convert"
                $(tc-getCXX) deps/convert.cpp -o deps/convert
                eend $?
-               find "${WORKDIR}" -maxdepth 2 -regextype egrep -regex 
".*/(.*)/\1\.mtx" -print0 |
+               find "${WORKDIR}" -maxdepth 2 -regextype grep -E -regex 
".*/(.*)/\1\.mtx" -print0 |
                        while IFS= read -r -d '' mtxfile; do
                                
destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin
                                ebegin "Converting ${mtxfile} to ${destination}"

diff --git a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild 
b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
index 7ce5fdc224c8..3b9e1f762bd7 100644
--- a/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
+++ b/sci-libs/hipSPARSE/hipSPARSE-5.0.2.ebuild
@@ -65,7 +65,7 @@ src_prepare() {
                ebegin "$(tc-getCXX) deps/convert.cpp -o deps/convert"
                $(tc-getCXX) deps/convert.cpp -o deps/convert
                eend $?
-               find "${WORKDIR}" -maxdepth 2 -regextype egrep -regex 
".*/(.*)/\1\.mtx" -print0 |
+               find "${WORKDIR}" -maxdepth 2 -regextype grep -E -regex 
".*/(.*)/\1\.mtx" -print0 |
                        while IFS= read -r -d '' mtxfile; do
                                
destination=${BUILD_DIR}/clients/matrices/$(basename -s '.mtx' ${mtxfile}).bin
                                ebegin "Converting ${mtxfile} to ${destination}"

Reply via email to