Skip to content

Commit

Permalink
stable/2025: window-clang and windows-v142: copy changes from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbell committed Jan 11, 2025
1 parent 6a0573a commit 0f74f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/conda-windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
activate-environment: cppad
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.7
- name: Install cmake and update conda
- name: Install cmake , pkgconfig, and update conda
run: |
conda install cmake -c main
conda install pkgconfig -c conda-forge
- name: Build CppAD
shell: cmd /C CALL {0}
env:
Expand All @@ -49,8 +50,6 @@ jobs:
set BOOST_ROOT_1_72_0=
set PATH=%PATH:C:\hostedtoolcache\windows\Boost\1.72.0;=%
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
:: Create build directory
mkdir build
pushd build
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/conda-windows-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
activate-environment: cppad
environment-file: .github/workflows/conda/conda-env.yml
python-version: 3.7
- name: Install cmake and update conda
- name: Install cmake , pkgconfig and update conda
run: |
conda install cmake -c main
conda install pkgconfig -c conda-forge
- name: Build CppAD
shell: cmd /C CALL {0}
Expand All @@ -49,8 +50,6 @@ jobs:
set BOOST_ROOT_1_72_0=
set PATH=%PATH:C:\hostedtoolcache\windows\Boost\1.72.0;=%
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
:: Create build directory
mkdir build
pushd build
Expand Down

0 comments on commit 0f74f0f

Please sign in to comment.