Thomas Kittelmann

Results 105 issues of Thomas Kittelmann

Just to summarise the discussions between me and @willend today. To support NCrystal and MCPL with MSVC we obviously can't simply use flags like `-Wl,rpath,/bla` in DEPENDENCY lines. So scripts...

MS Windows
Windows
Windows subsystem for Linux
MCPL

As discussed with @willend, I just noticed the following a bit unfortunate issue, which I encountered while trying to put an NCrystal cfg-string with semicolons into a string parameter of...

bug
C: GUI
C: McCode run-time

Try to prepare conda recipes and get mcstas (and mcxtrace) on conda-forge. Most likely split into a mcstas-core package and a mcstas-tools package (or perhaps a mcstas-contrib package with extra...

ready for release

Using `ncrystal-config --show cmakedir` gives issues in a cross-compilation scenario where CMake code invokes a binary ncrystal-config which is not compatible with the current platform. One workaround for when ncrystal-core...

bug

With @xxcai1 we should migrate and add to our list of curated plugins: https://code.ihep.ac.cn/cinema-developers/ncplugin-bzscope

plugins

Currently, the Curated plugins and how-to-use plugins pages in the wiki are fine only for people using pip in python venvs. People using conda should have additional instructions (e.g. must...

documentation
plugins

~~Getting close to releasing NCrystal 4.0.0,~~ NCrystal 4 is out, collecting a few scattered final TODO items here: * ~~Make sure pypi.yml omly triggers for even patch numbers (in addition,...

enhancement

Such a tool would initially augment and eventually replace all the various `ncrystal_xxx`/`nctool` commands, instead giving a single command called `ncrystal`: ``` $> ncrystal Please pick a mode: ncrystal config...

enhancement
cmdline tools
deployment

As discussed today, we should CI test the Prompt integrations in the same manner we now test mcstas and openmc. @xxcai1 will initiate a PR and then we will work...

tests
prompt

For more flexibility in NCrystal-Prompt/Cinema usage, Prompt should use a virtual NCrystal API like what was recently done for OpenMC in https://github.com/openmc-dev/openmc/pull/3328 To do this, @xxcai1 must first identify the...

tests
prompt