Revision b2863342530d5e590a9a69dfd976f6c67f48dd9c authored by Thomas Saigre on 14 June 2023, 12:39:27 UTC, committed by Thomas Saigre on 14 June 2023, 12:48:16 UTC
1 parent b71939d
Raw File
slepc.sh
#! /bin/bash

unset SLEPC_DIR

configure \
    --prefix=$WORKDIR/packages-install/slepc-3.6.1 --with-clean=1 \
    --with-arpack=1 --with-arpack-dir=/usr/local/slepc-3.5.3/lib --with-arpack-flags="-lparpack -larpack"

back to top