ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/platform/Linux_64.cfg
Revision: 1.2
Committed: Thu Mar 10 18:56:34 2016 UTC (8 years, 2 months ago) by schorsch
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad5R3, rad5R1, HEAD
Changes since 1.1: +1 -1 lines
Log Message:
everybody seems to have erf() and erfc() nowadays.

File Contents

# User Rev Content
1 schorsch 1.1 # platform specific settings for Linux, 64 bit
2    
3     # where you want everything
4     [install]
5     RAD_BASEDIR: /opt/radiance
6     RAD_BINDIR: bin
7     RAD_RLIBDIR: share/lib
8     RAD_MANDIR: share/man
9    
10     # shouldn't need any changes
11     [build]
12     CC: gcc
13     CCFLAGS: -O2 -m64
14    
15     [debug]
16     CC: gcc
17     CCFLAGS: -g -m64
18    
19     # never touch below this
20     [code]
21 schorsch 1.2 #RAD_MATHCOMPAT: erf.c
22 schorsch 1.1 RAD_NETCOMPAT: netproc.c
23     RAD_PROCESS: unix_process.c
24     RAD_PCALLS: raypcalls.c
25     RAD_MLIB: m
26