dschwen / autocomplete-moose

Atom.io autocomplete-plus provider for MOOSE (http://mooseframework.org) input files
3 stars 1 forks source link

Plugin not working on El Capitan #2

Closed dschwen closed 9 years ago

dschwen commented 9 years ago

MOOSE currently needs a set DYLD_LIBRARY_PATH and a new security feature in El Capitan prevents processed from passing this specific environment variable to child processes. A temporary fix would be to set it explicitly (if possible) or change the MOOSE/libMesh build system to make this variable unnecessary.

dschwen commented 9 years ago

The fix will be for MOOSE not to require DYLD_LIBRARY_PATH in the first place. This is discussed at idaholab/moose#5774

dschwen commented 9 years ago

This is fixed with the new MOOSE environment package.