Skip to content
  • Alvarez, Gonzalo's avatar
    -lblas as default · e0e9183d
    Alvarez, Gonzalo authored
    We removed openblas as default, because it is not thread-safe.
    To overrride please create a myconfig.psiTag file with
    dependency BLAS = (
      LDFLAGS += /path/to/your/blas.so or .a
    )
    
    and run
    ./configure.pl -c myconfig.psiTag
    e0e9183d