-
Notifications
You must be signed in to change notification settings - Fork 370
2021 01 04 Open NEST Developer Video Conference
Dennis Terhorst edited this page Jan 4, 2021
·
5 revisions
- Welcome
- Review of NEST User Mailing List
- Project team round
- In-depth discussion
- Proper install of NEST Python module
Here we discuss topics that need broader attention, for example questions that came up but are outside a single project's scope, larger planned changes/PRs that affect all teams or pending work that is blocked by external factors.
- Models / NESTML
- working on STDP support requests
- PyNEST
- nothing major to report
- Kernel
- nothing major to report
- Installation
- nothing major to report
- Infrastructure
- no further response from Travis team
- experimenting with alternative solution
- Documentation
- nothing major to report
- EBRAINS
- nothing to report
- (Feature) Random number generation
- no report
- (Feature) Automated Testing
- no report
- (Feature) Extension Module System
- no report
- currently one nest install vs. many Python installs (eg. IDE environment, conda, venv, …)
- python module loadable e.g. via PYTHONPATH (bad!!!)
- python module can be compiled for each environment (and installed into the environment)
- NEST may be compiled with different features in different environments
conda activate someenv cmake -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX /path/to/source
- posible solution similar to Arbor (see CMakeLists.txt and Arbor-PR#1277) using the Python
sysconfig module
python -c "import sysconfig; print(sysconfig.get_path('platlib'))"
NEST Homepage: www.nest-simulator.org
NEST Initiative: www.nest-initiative.org