You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to link pyamgx to an AMGX installation through Spack. It looks like the directory structure for AMGX in the install root dir is different compared to an install from source. Due to this, I am having trouble figuring out, what path to export for the AMGX_BUILD_DIR variable.
Here is additional info on contents of the install directory:
Contents on install dir:
$ ls -a
. .. include lib .spack
$ cd include/
$ ls
amgx_c.h amgx_config.h
$ cd ../lib/
$ ls
configs examples libamgx.a libamgxsh.so sublibs
Let me know if any more info is required.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to link pyamgx to an AMGX installation through Spack. It looks like the directory structure for AMGX in the install root dir is different compared to an install from source. Due to this, I am having trouble figuring out, what path to export for the AMGX_BUILD_DIR variable.
Here is additional info on contents of the install directory:
Contents on install dir:
$ ls -a
. .. include lib .spack
$ cd include/
$ ls
amgx_c.h amgx_config.h
$ cd ../lib/
$ ls
configs examples libamgx.a libamgxsh.so sublibs
Let me know if any more info is required.
The text was updated successfully, but these errors were encountered: