This repository was archived by the owner on Feb 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cppyy == 3.1.2
2- cppyy-backend == 1.15.2
3- cppyy-cling == 6.30.0
4- CPyCppyy == 1.12.16
1+ cppyy == 3.5.0
2+ cppyy-backend == 1.15.3
3+ cppyy-cling == 6.32.8
4+ CPyCppyy == 1.13.0
55pkgconfig == 1.5.5
66hipopy == 2.0.1
Original file line number Diff line number Diff line change @@ -64,7 +64,9 @@ if (get_option('bind_python'))
6464 install_dir : get_option (' bindir' ),
6565 install_mode : ' rwxr-xr-x'
6666 )
67- # FIXME: currently these are just tested in CI; there is some environment issue here...
67+ # FIXME: test disabled, because of https://github.com/JeffersonLab/iguana/issues/427
68+ # and many of us have Clas12root libraries in LD_LIBRARY_PATH; anyway, these scripts
69+ # are tested on CI at least
6870 # if fs.is_file(get_option('test_data_file'))
6971 # test(
7072 # example,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ project_test_env.set(
185185)
186186project_test_env.prepend(
187187 ' PYTHONPATH' ,
188- meson .project_source_root() / ' bind ' / ' python'
188+ get_option ( ' prefix ' ) / ' python'
189189)
190190
191191# set preprocessor macros
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -euo pipefail
3+ python -m venv .venv
4+ source .venv/bin/activate
5+ python -m pip install -r bind/python/requirements.txt
6+ python -m pip install -r doc/mkdocs/requirements.txt
7+ echo " DONE: now source one of the activate scripts in '.venv/bin/'"
You can’t perform that action at this time.
0 commit comments