Compare commits

...

2 commits

Author SHA1 Message Date
70f6f88802 Add ZLIB package 2025-03-11 14:26:57 -04:00
736531e9fd Add towncrier experimental 2024-05-09 09:55:02 +03:00
2 changed files with 6 additions and 1 deletions

View file

@ -42,6 +42,7 @@ ENDIF(BUILD_PYTHON)
MESSAGE(STATUS "Using the target ${CosmoTool_local} to build python module")
find_package(ZLIB)
find_library(ZLIB_LIBRARY z)
find_library(DL_LIBRARY dl)
find_library(RT_LIBRARY rt)

View file

@ -2,3 +2,7 @@
requires = ["setuptools","wheel","cython"]
build-backend = "setuptools.build_meta"
[tool.towncrier]
directory = "changes"