nest / nest-gpu

NEST GPU
https://nest-gpu.readthedocs.io
GNU General Public License v2.0
19 stars 12 forks source link

CMake build does not allow more than one flag to be specified for option -Dwith-optimize=flag1;flag2; ... #51

Closed gtrensch closed 1 year ago

gtrensch commented 1 year ago

The CMake build does not allow more than one flag to be specified for option -Dwich-optimize=op1;op2 ... The problem is addressed in NEST issue 2584 and PR 2551.

JoseJVS commented 1 year ago

A fix is already included in #45