pyamgx
pyamgx copied to clipboard
Issue with installing pyamgx for AMGX installed through Spack
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.