Skip to content

Commit 8eb31eb

Browse files
committed
Merge pull request arrayfire#1295 from shehzan10/devel
Change clBLAS/clFFT build tags to af3.3.0
2 parents 5e63fbb + 31b8643 commit 8eb31eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeModules/build_clBLAS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENDIF()
1414
ExternalProject_Add(
1515
clBLAS-ext
1616
GIT_REPOSITORY https://github.com/arrayfire/clBLAS.git
17-
GIT_TAG arrayfire-release-test
17+
GIT_TAG af3.3.0
1818
PREFIX "${prefix}"
1919
INSTALL_DIR "${prefix}"
2020
UPDATE_COMMAND ""

CMakeModules/build_clFFT.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENDIF()
1414
ExternalProject_Add(
1515
clFFT-ext
1616
GIT_REPOSITORY https://github.com/arrayfire/clFFT.git
17-
GIT_TAG arrayfire-release-test
17+
GIT_TAG af3.3.0
1818
PREFIX "${prefix}"
1919
INSTALL_DIR "${prefix}"
2020
UPDATE_COMMAND ""

0 commit comments

Comments
 (0)