Ayman Habib

Results 279 comments of Ayman Habib

That shouldn't be the case since Geometry folder contains only mesh files which are not loaded as runtime and mesh loading doesn't use the PATH! Need more investigation

No need for Coordinate to be non-const as the change of value only changes the state not the coordinate definition. You may want to look into StateTrajectory class for help/usage

Hi @nickbianco do you have a PR in the pipe for this or should I dig into it? Thanks

@adamkewley I started working on this a while back but got stuck trying to find a replacement for install_name_tool on unix that can be generic/available out of the box. If...

@adamkewley We're trying to finalize 4.2, if you can take a look and fix or suggest a solution so that the linux build is usable that would be much appreciated....

@mitkof6 Can you help with this PR so that linux builds are functional? Thanks

Hi @mitkof6, the issue is not with building but with making a distribution on linux/ubuntu. We copy all the necessary files to the install directory already but the loader-path for...

Thanks @mitkof6 this could be helpful though may need a more recent version of CMake than we currently require. Will keep you posted.

@AlbertoCasasOrtiz This PR should take care of adolc related issues on linux (both copying and rpath setting) Please review and comment as needed. In particular if you can check for...

@AlbertoCasasOrtiz Can you please confirm that Ld_library_path is not needed to run the command line executables from this artifact on linux? Thank you