Skip to content

Commit 1f95de7

Browse files
committed
chipstar: WIP
Use a different branch where cucc can be symlinked as nvcc. Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent aae308b commit 1f95de7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-support/chipstar/chipstar_1.1.900.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SRC_URI:append:class-target = " \
3535
file://0001-H4I-HipBLAS-Don-t-set-CMAKE_INSTALL_RPATH.patch;patchdir=${S}/H4I-HipBLAS \
3636
"
3737

38-
SRCREV = "c5a60ca7f52c3f3079a6ae3bb4d1889d01b7ea58"
38+
SRCREV = "2403b0b16d0e5c29d3ef8d5ad73387eb975be4e1"
3939

4040
S = "${WORKDIR}/git"
4141

@@ -75,7 +75,7 @@ do_configure:prepend () {
7575

7676
do_configure:prepend:class-target () {
7777
# Target build fails if it finds nvcc pointing to cucc
78-
rm -f ${STAGING_BINDIR_NATIVE}/nvcc
78+
#rm -f ${STAGING_BINDIR_NATIVE}/nvcc
7979
}
8080

8181
do_configure:append:class-target () {

0 commit comments

Comments
 (0)