source: trunk/platforms/almos-tsarv3-platforms/multi-clusters/soclib.conf @ 259

Last change on this file since 259 was 259, checked in by almaless, 12 years ago

Introduce ALMOS used platforms for TSAR.
See the package's README file for more information.

File size: 911 bytes
Line 
1config.lib_systemcass_openmp_mine = Library(
2        parent = config.systemc,
3        dir = "/users/outil/nbsdtsar/systemcass",
4        libdir = "%(dir)s/lib-linux",
5        cflags = config.systemc.cflags+['-fopenmp']+['-O3'],
6        #cflags = config.systemc.cflags,
7        libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic', '-fopenmp'],
8        #libs = ['-ldl', '-lm', '-lpthread', '-L%(libdir)s', '-lsystemc', '-rdynamic'],
9)
10
11config.systemcass_openmp_mine = BuildEnv(
12        parent = config.systemc_64,
13        libraries = [ config.lib_systemcass_openmp_mine ],
14        #base = config.systemc_32,
15        repos = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-mine",
16        cache_file = "/dsk/l1/misc/almaless/soclib-cc/head/systemcass-mine/soclib_cc.cache",
17        toolchain = config.toolchain_64,
18        #toolchain = config.dist_toolchain,
19)
20
21#config.default = config.systemcass
22#config.default = config.systemcass_openmp
23config.default = config.systemcass_openmp_mine
Note: See TracBrowser for help on using the repository browser.