Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove windows gtest #886

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
conda install curl eigen
conda install -c conda-forge hdf5=1.10.6
conda remove -y gtest

- name: Environment Variables
shell: bash -l {0}
Expand Down
5 changes: 3 additions & 2 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ Next version
* Introduced logger to better manage console output (#876)

**Fixed:**
* Patch to compile with Geant4 10.6
* Patch to compile with Geant4 10.6 (#803)
* Patched cmake-search paths for double-down and MOAB (#878)
* Patch to compile with gcc-13
* Removed gtest from windows build environment (#886)
* Patch to compile with gcc-13 (#882)

v3.2.2
====================
Expand Down