Skip to content
libxc.md 137 B
Newer Older
```
CC=gcc  
CXX=g++
./configure CFLAGS="-march=core-avx2" --prefix=/p/home/jusers/$USER/deep/cp2k/libs/libxc/4.2.3
make
make install
```