Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1df3e1

Browse files
ericnakagawaJoelMarcey
authored andcommitted
Forcing CMAKE to 3.5 to appease build script
1 parent c3567ba commit a1df3e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PATH=/opt/conda/bin:$PATH
77
export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" # [anaconda root directory]
88

99
# Install basic pytorch dependencies
10-
conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing
10+
conda install numpy pyyaml mkl mkl-include setuptools cmake=3.5.0 cffi typing
1111
conda install -c mingfeima mkldnn
1212

1313
# Add LAPACK support for the GPU

0 commit comments

Comments
 (0)