File: FreeBSD.rst

package info (click to toggle)
gpaw 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,328 kB
  • sloc: python: 111,596; ansic: 16,082; sh: 1,230; csh: 139; makefile: 56
file content (18 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _FreeBSD:

=======
FreeBSD
=======

Here you find information about the the system
`<http://freebsd.org/>`_.

To build gpaw add to the ``gpaw/customize.py``::

  compiler='gcc44'
  extra_compile_args += ['-Wall', '-std=c99'] 
  library_dirs += ['/usr/local/lib']
  libraries += ['blas', 'lapack', 'gfortran']

If you want to build a parallel version install mpich2 (net/mpich2). Openmpi
does currently not work with gpaw!