Skip to content
Merged
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
5 changes: 1 addition & 4 deletions buildconfig/CMake/PyStoG.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include(ExternalProject)

set(_PyStoG_VERSION 4ad6d316bb94221e52b9a57fccbb65f4959972d3)
set(_PyStoG_VERSION f184ebf9a72aae48ae0d5267fd6ab2e7df0988f6) # v0.4.7
set(_PyStoG_download_dir ${CMAKE_CURRENT_BINARY_DIR}/../PyStoG-download)
set(_PyStoG_source_dir ${_PyStoG_download_dir}/src/PyStoG/pystog)
set(_PyStoG_source_test_dir ${_PyStoG_download_dir}/src/PyStoG/tests)
Expand Down Expand Up @@ -57,9 +57,6 @@ foreach(_py_file ${_test_files_support})
file(COPY ${_PyStoG_source_test_dir}/${_py_file} DESTINATION ${_PyStoG_test_dir})
endforeach()

# copy over the test data
file(COPY ${_PyStoG_download_dir}/src/PyStoG/data/test_data DESTINATION ${_PyStoG_test_dir})

# register the tests
set(PYUNITTEST_PYTHONPATH_EXTRA ${_PyStoG_test_root_dir})
pyunittest_add_test(${_PyStoG_test_dir} python.scripts.pystog ${_test_files})
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Move `pystog <https://github.com/neutrons/pystog>`_ from v0.2.7 to v0.4.7
Loading