Skip to content

Commit

Permalink
bump pybind11 to VG/v2.11 and TA to pull in ValeevGroup/tiledarray#436
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Dec 20, 2023
1 parent 7f4b568 commit 41f9b97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prerequisites:
* [Range-V3](https://github.com/ericniebler/range-v3.git), tag 0.12.0, *if not found, SeQuant will download and build Range-V3*
* optional:
* for building coupled-cluster evaluation tests:
* [TiledArray](https://github.com/ValeevGroup/tiledarray.git), tag bd074915d4f2b479cdda2565b1808ca6f7c444ad
* [TiledArray](https://github.com/ValeevGroup/tiledarray.git), tag d33511dac8e8baaaa28e295bffbd2503ef830c9d
* for building `stcc*` example programs
* [Eigen](http://eigen.tuxfamily.org/), version 3

Expand Down
4 changes: 2 additions & 2 deletions external/versions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ set(SEQUANT_TRACKED_BOOST_PREVIOUS_VERSION 1.72)
set(SEQUANT_TRACKED_RANGEV3_TAG 0.12.0)
set(SEQUANT_TRACKED_RANGEV3_PREVIOUS_TAG d800a032132512a54c291ce55a2a43e0460591c7)

set(SEQUANT_TRACKED_TILEDARRAY_TAG bd074915d4f2b479cdda2565b1808ca6f7c444ad)
set(SEQUANT_TRACKED_TILEDARRAY_PREVIOUS_TAG e52c733e9f1400e70425d5be171a8e7cd5b56876)
set(SEQUANT_TRACKED_TILEDARRAY_TAG d33511dac8e8baaaa28e295bffbd2503ef830c9d)
set(SEQUANT_TRACKED_TILEDARRAY_PREVIOUS_TAG bd074915d4f2b479cdda2565b1808ca6f7c444ad)
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.11)
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/ValeevGroup/pybind11.git
GIT_TAG dc7bb5db9a8688374bc16651fb81c964f9d62bf1 # ValeevGroup/v2.4.3
GIT_TAG ValeevGroup/v2.11
)
FetchContent_MakeAvailable(pybind11)

Expand Down Expand Up @@ -38,7 +38,7 @@ if (BUILD_TESTING)
# basic test
set(test_name sequant/unit/python/basic/run)
add_test(NAME ${test_name}
COMMAND ${PYTHON_EXECUTABLE} test_sequant.py
COMMAND ${Python_EXECUTABLE} test_sequant.py
)
set_tests_properties(${test_name} PROPERTIES
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
Expand Down

0 comments on commit 41f9b97

Please sign in to comment.