Skip to content

Commit

Permalink
Merge pull request #4 from Tobias-Fischer/win
Browse files Browse the repository at this point in the history
Win build
  • Loading branch information
Tobias-Fischer authored Oct 22, 2022
2 parents 46d9918 + 716e259 commit 43cca93
Show file tree
Hide file tree
Showing 19 changed files with 489 additions and 198 deletions.
94 changes: 94 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
10 changes: 4 additions & 6 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
llvm_openmp:
- '14'
macos_machine:
Expand All @@ -35,12 +39,6 @@ pin_run_as_build:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
10 changes: 4 additions & 6 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ glog:
- '0.6'
gmp:
- '6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
llvm_openmp:
- '14'
macos_machine:
Expand All @@ -35,12 +39,6 @@ pin_run_as_build:
max_pin: x.x.x
flann:
max_pin: x.x.x
glew:
max_pin: x.x
gmp:
max_pin: x
sqlite:
max_pin: x
vlfeat:
max_pin: x.x.x
qt_main:
Expand Down
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version10.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '10.2'
cxx_compiler:
- vs2019
gflags:
- '2.2'
glew:
- '2.1'
glog:
- '0.6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
qt_main:
- '5.15'
suitesparse:
- '5'
target_platform:
- win-64
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.0'
cxx_compiler:
- vs2019
gflags:
- '2.2'
glew:
- '2.1'
glog:
- '0.6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
qt_main:
- '5.15'
suitesparse:
- '5'
target_platform:
- win-64
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.1'
cxx_compiler:
- vs2019
gflags:
- '2.2'
glew:
- '2.1'
glog:
- '0.6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
qt_main:
- '5.15'
suitesparse:
- '5'
target_platform:
- win-64
33 changes: 33 additions & 0 deletions .ci_support/win_64_cuda_compiler_version11.2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- '11.2'
cxx_compiler:
- vs2019
gflags:
- '2.2'
glew:
- '2.1'
glog:
- '0.6'
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
qt_main:
- '5.15'
suitesparse:
- '5'
target_platform:
- win-64
Loading

0 comments on commit 43cca93

Please sign in to comment.