mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-12 02:53:05 +00:00
Initial import
This commit is contained in:
commit
e57d9a731a
17 changed files with 3271 additions and 0 deletions
6
mytools/config.mk
Normal file
6
mytools/config.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
CC= gcc
|
||||
CXX= g++
|
||||
CPPFLAGS= -I$(HOME)/Science/Software/CosmoToolbox/install/include
|
||||
LDFLAGS= -L$(HOME)/Science/Software/CosmoToolbox/install/lib -lCosmoTool
|
||||
CXXFLAGS= $(CPPFLAGS) -ggdb -O0 -ffast-math
|
||||
CFLAGS= $(CPPFLAGS) -ggdb -O0 -ffast-math
|
Loading…
Add table
Add a link
Reference in a new issue