Changeset eebdf2 in git
- Timestamp:
- Mar 14, 2017, 4:46:41 PM (6 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 509acf1bff68f63e39fb740aebe8629eb9349059
- Parents:
- eb793a5c2740464a528b3b59ff11e841245a19a5
- Location:
- misc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/build_partition
reb793a reebdf2 1 gcc -shared -DDYNAMIC_VERSION -fPIC -I /tmp/wawa-i/include/singular -I /tmp/wawa-i/includepartition.cc -o partition.so1 gcc -shared -DDYNAMIC_VERSION -fPIC `libsingular-config --cflags` partition.cc -o partition.so 2 2 -
misc/build_std_demo
reb793a reebdf2 1 gcc -shared -DDYNAMIC_VERSION -fPIC -I /tmp/wawa-i/include/singular -I /tmp/wawa-i/includestd_demo.cc -o std_demo.so1 gcc -shared -DDYNAMIC_VERSION -fPIC `libsingular-config --cflags` std_demo.cc -o std_demo.so 2 2
Note: See TracChangeset
for help on using the changeset viewer.