File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ distribution packages as listed and rename them as indicated. Copy these to
428428| googletest.tar.gz | https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz |
429429| eigen.tar.bz2 | https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz |
430430| mnist.zip (* note4) | https://github.com/wichtounet/mnist/archive/3b65c35ede53b687376c4302eeb44fdf76e0129b.zip |
431- | pybind11.tar.gz | https://github.com/pybind/pybind11/archive/refs/tags/v2.9 .2.tar.gz |
431+ | pybind11.tar.gz | https://github.com/pybind/pybind11/archive/refs/tags/v2.6 .2.tar.gz |
432432| cereal.tar.gz | https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.tar.gz |
433433| sqlite3.tar.gz | https://www.sqlite.org/2022/sqlite-autoconf-3380200.tar.gz |
434434| digestpp.zip | https://github.com/kerukuro/digestpp/archive/34ff2eeae397ed744d972d86b5a20f603b029fbd.zip |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ integrated into the cmake-based build of htm.core. The code that does this are
1010- eigen.cmake - Downloads eigen 3.4.0 (header only)
1111- gtest.cmake - Downloads and installs googletest 1.11.0
1212- mnist_data.cmake - Downloads the mnist data set from repository master.
13- - pybind11.cmake - Downloads and installs pybind11 2.9 .2 (header only)
13+ - pybind11.cmake - Downloads and installs pybind11 2.6 .2 (header only)
1414- libayml.cmake - Downloads and installs libyaml 0.2.5 which is an alternative to yaml-cpp (default)
1515- cpp-httplib.cmake- Downloads and installs cpp-httplib 0.10.4, a REST server (header only)
1616- cerial.cmake - Downloads and installs cerial 1.3.2, a serialization package (header only)
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ if(EXISTS "${REPOSITORY_DIR}/build/ThirdParty/share/pybind11.tar.gz")
2323else ()
2424 set (URL https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz)
2525# set(URL "https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz")
26+ # This caused an error regarding Base64 someplace inside pickle load. Reverting to 2.6.2
2627endif ()
2728
2829message (STATUS "obtaining PyBind11" )
You can’t perform that action at this time.
0 commit comments