- Mar 29, 2023
-
-
Eleni Mathioulaki authored
-
- Mar 23, 2023
-
-
Philipp Spilger authored
-
- Mar 02, 2023
-
-
Eleni Mathioulaki authored
-
Eleni Mathioulaki authored
-
- Feb 27, 2023
-
-
Eleni Mathioulaki authored
-
- Feb 20, 2023
-
-
Eric Müller authored
This should fix the segfault upon exiting of the Python interpreter when having hxtorch and/or pynn-brainscales loaded (caused by a now-non-POD global variable holding a logger instance — multiple destructions on the same instance happening).
-
- Feb 17, 2023
-
-
Eric Müller authored
Before, we installed twice.
-
Eric Müller authored
As psmisc isn't available upstream, we add it here.
-
Eric Müller authored
Install tests don't seem to use the environment provided by `def setup_run_environment(…)`; we work around by providing the necessary PYTHONPATH environment variable manually.
-
- Feb 10, 2023
-
-
Eleni Mathioulaki authored
-
Eric Müller authored
Until now we used a lot of try/except to keep going when preparing the environment for the build; it should just work now, so let's fail early.
-
Eric Müller authored
-
Eric Müller authored
This should fix problems with finding system-installed headers instead of the spack-provided ones (e.g. googletest). (In some cases sites might inject include paths via compiler settings (or other means)).
-
Eric Müller authored
-
- Feb 02, 2023
-
-
Eric Müller authored
We encountered build fails on some HPC sites due to openssl mismatches between bare-metal tools and spack — especially curl and similar tools for fetching. Our build tool, waf, needs to find spack-provided libraries, e.g. libclang.so, at runtime… so we will only set the environment variable for this.
-
- Nov 24, 2022
-
-
Eric Müller authored
This one includes a fix in hxtorch that wasn't caught when testing locally (at UHEI) against newer pybind11 versions.
-
- Nov 22, 2022
-
-
Eleni Mathioulaki authored
This reverts merge request !195
-
- Nov 21, 2022
-
-
Eric Müller authored
-
- Nov 18, 2022
-
-
Eric Müller authored
This is a workaround for pysctrltp not detecting newer versions of pybind11 correctly, and for `pyhxcomm` building a test binary linking against stuff which requires linkage against libpython. The real fix requires CR within the software stack and will only be available later.
-
Eric Müller authored
In spack 0.18 boost default libraries changed, see [0]. [0] https://github.com/spack/spack/blob/v0.18.1/var/spack/repos/builtin/packages/boost/package.py#L77
-
- Nov 07, 2022
-
-
Raphael Stock authored
Needed for an upcoming complex neuron demo on BSS-2.
-
- Nov 03, 2022
-
-
Eric Müller authored
-
- Oct 19, 2022
-
-
Eric Müller authored
Suggested by CINECA.
-
- Aug 19, 2022
-
-
Eleni Mathioulaki authored
This reverts commit 674e26c0
-
Eleni Mathioulaki authored
This reverts commit 017e5e23
-
- Aug 17, 2022
-
-
- Jul 22, 2022
-
-
Eric Müller authored
-
- Jul 11, 2022
-
-
Eric Müller authored
-
- Jul 08, 2022
-
-
Eric Müller authored
-
- Jun 24, 2022
-
-
Eric Müller authored
-
- Jun 15, 2022
-
-
Eric Müller authored
* a few commits in pynn-brainscales (2), grenade (2), halco (2), hxcomm (2), haldls (1), hwdb (1) * add interface-draft for plasticity rules * support for requestion server-side information (`get_bitfile_info` and `get_repo_state`) * also cleans up the tag mess in the dependent repositories… really same tag everywhere * same for oppulance; as software state didn't change, we don't require oppulance to match pynn-brainscales version (rc2 is sufficient)… relaxing constraint, rc2
-
- Jun 10, 2022
-
-
Eric Müller authored
-
- Jun 09, 2022
-
-
Eleni Mathioulaki authored
This reverts merge request !105
-
Eric Müller authored
Let's try to find all build problems in one try… keep building after the initial error to find additional ones.
-
Eric Müller authored
This should fix the error about an ambiguous template instantiation for 'struct halco::common::detail::limits< halco::hicann_dls::vx::v1::SynapseOnSynapseRow, void>' which isn't triggered on newer g++s. We dropped support for old `v1` hardware; this was planned anyways.
-
- Jun 08, 2022
-
-
Eleni Mathioulaki authored
This reverts merge request !104
-
Eric Müller authored
Includes a missing header fix in hxcomm@ebrains-2.0-rc3
-
Eleni Mathioulaki authored
This reverts merge request !103
-
Eric Müller authored
-
Eleni Mathioulaki authored
This reverts merge request !102
-