Skip to content

Commit

Permalink
Force json-validator to build w/shared libs when genten is
Browse files Browse the repository at this point in the history
  • Loading branch information
etphipp committed Sep 18, 2024
1 parent 3131e9b commit 5be6316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ add_subdirectory(tpls/json)
set(JSON_VALIDATOR_INSTALL ON CACHE INTERNAL "")
set(JSON_VALIDATOR_BUILD_TESTS OFF CACHE INTERNAL "")
set(JSON_VALIDATOR_BUILD_EXAMPLES OFF CACHE INTERNAL "")
set(JSON_VALIDATOR_SHARED_LIBS ${BUILD_SHARED_LIBS} CACHE INTERNAL "")
add_subdirectory(tpls/json-validator)

SET(GENTEN_LIBS "")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pygenten"
version = "0.1.0"
version = "0.1.1"
description = "A Python interace to the GenTen tensor decomposition library"
readme = "python/README.md"
authors = [
Expand Down

0 comments on commit 5be6316

Please sign in to comment.