File: siteconfig.py

package info (click to toggle)
gpaw 21.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,492 kB
  • sloc: python: 121,997; ansic: 14,138; sh: 1,125; csh: 139; makefile: 43
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
scalapack = True
fftw = True
libraries += ['fftw3']

scalapack = True
libraries += ['scalapack-openmpi']

elpa = True
include_dirs += ['/usr/include/elpa']
libraries += ['elpa']