1# the name of the target operating system
2SET(CMAKE_SYSTEM_NAME "FreeBSD")
3SET(ARCH   "amd64")
4
5# Commands for running various external tools
6set(BROWSER "xdg-open")
7set(VRMLVIEW "whitedune")
8set(MPICC "mpicc")
9set(MPIRUN "mpirun")
10set(PGPLOT "pgxwin_server")
11set(GNUPLOT "gnuplot")
12
13# Plotting options
14
15set(PLOTTER "PGPLOT")
16set(PGDEV "/xserv")
17set(GNUDEV "wxt")
18
19# Suffix for executables
20set(EXE "out")
21