Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX: GNU getopt #2545

Open
ax3l opened this issue Mar 5, 2018 · 1 comment
Open

OSX: GNU getopt #2545

ax3l opened this issue Mar 5, 2018 · 1 comment
Labels
component: tools scripts, python libs and CMake install: spack issues and questions concerning installation via spack install installation & packaging machine/system machine & HPC system specific issues

Comments

@ax3l
Copy link
Member

ax3l commented Mar 5, 2018

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
    (or PATH to /usr/local/Cellar/gnu-getopt/1.1.6/bin/ in picongpu.profile)
@ax3l ax3l added bug a bug in the project's code component: tools scripts, python libs and CMake affects latest release a bug that affects the latest stable release machine/system machine & HPC system specific issues labels Mar 5, 2018
ax3l added a commit to ComputationalRadiationPhysics/spack-repo that referenced this issue Mar 5, 2018
@ax3l
Copy link
Member Author

ax3l commented Mar 5, 2018

Solvable via spack packaging when depending on util-linux: http://frodo.looijaard.name/project/getopt

@ax3l ax3l added install installation & packaging and removed affects latest release a bug that affects the latest stable release bug a bug in the project's code labels Mar 5, 2018
@sbastrakov sbastrakov added the install: spack issues and questions concerning installation via spack label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tools scripts, python libs and CMake install: spack issues and questions concerning installation via spack install installation & packaging machine/system machine & HPC system specific issues
Projects
None yet
Development

No branches or pull requests

2 participants