picongpu
picongpu copied to clipboard
OSX: GNU getopt
On OSX one needs the GNU getopt to let pic-create and pic-build work.
We somehow have to abstract this properly: https://stackoverflow.com/a/37485578/2719194
Manual Work-around
- brew install gnu-getopt
pic-create,pic-configure:getopt->/usr/local/Cellar/gnu-getopt/1.1.6/bin/getopt(orPATHto/usr/local/Cellar/gnu-getopt/1.1.6/bin/inpicongpu.profile)
Solvable via spack packaging when depending on util-linux: http://frodo.looijaard.name/project/getopt
This is still an issue. I ran into issues using picmi -> pic-create on OS X today.