Re: altivec compiler

2018-11-23 Thread Mark Brethen
Version 2.2 was released September 4, 2003. I found a BSD port and trying their setup with a fortran compiler. Which port should I be using for blas and lapack? Arpack is currently installed on my system with variants +accelerate +gfortran +mpich only. Mark Brethen mark.bret...@gmail.com >

Re: altivec compiler

2018-11-23 Thread Ken Cunningham
all the standard MacPorts compilers (gcc versions, clang versions) support the -faltivec flag. This flag is only useful on PowerPC systems, which I would be surprised if you were targeting. Is that the system you're after? The fact that it's still in the config suggests this is a very old

altivec compiler

2018-11-23 Thread Mark Brethen
Taucs is a C library of sparse linear solvers that is a dependency for calculix-ccx. Looking at its config, it assigns CFLAGS= -O3 -faltivec LIBBLAS = -framework vecLib 1. Is altivec supported in the macports compilers group? 2. There is a vecLib framework in /System/Frameworks but I’m