conda-forge / scotch-feedstock

A conda-smithy repository for scotch.
BSD 3-Clause "New" or "Revised" License
0 stars 18 forks source link

64 bit support #88

Open looooo opened 1 month ago

looooo commented 1 month ago

Comment:

Trying to setup a feedstock for pastix, I run into this issue:

-- Found SCOTCH: $PREFIX/lib/libscotch.so;$PREFIX/lib/libscotcherr.so;$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot/usr/lib/libpthread.so;$PREFIX/lib/libz.so;$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot/usr/lib/libm.so;$BUILD_PREFIX/x86_64-conda-linux-gnu/sysroot/usr/lib/librt.so
CMake Error at CMakeLists.txt:448 (message):
  PASTIX_INT64 is enabled and provided Scotch is not compiled with int64
  support, please build with -DPASTIX_INT64=OFF or install a 64 bits version
  of Scotch.

while scotch is optional for pastix, it might be possible to compile scotch with 64 bit support?

looooo commented 2 weeks ago

https://github.com/conda-forge/scotch-feedstock/pull/90