Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
ec3959c2
Commit
ec3959c2
authored
Oct 16, 2015
by
Konstantinos Chatzilygeroudis
Browse files
Moved waf tools in own directory/fix in gitignore to ignore experiments
parent
1ab20ded
Changes
10
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
ec3959c2
...
...
@@ -13,3 +13,4 @@
.waf-*
build
waf_xcode.sh
exp
boost.py
→
waf_tools/
boost.py
View file @
ec3959c2
File moved
eigen.py
→
waf_tools/
eigen.py
View file @
ec3959c2
File moved
limbo.py
→
waf_tools/
limbo.py
View file @
ec3959c2
File moved
mkl.py
→
waf_tools/
mkl.py
View file @
ec3959c2
File moved
openmp.py
→
waf_tools/
openmp.py
View file @
ec3959c2
File moved
sferes.py
→
waf_tools/
sferes.py
View file @
ec3959c2
File moved
tbb.py
→
waf_tools/
tbb.py
View file @
ec3959c2
File moved
xcode.py
→
waf_tools/
xcode.py
View file @
ec3959c2
File moved
wscript
View file @
ec3959c2
#!/usr/bin/env python
# encoding: utf-8
import
sys
sys
.
path
.
insert
(
0
,
'./waf_tools'
)
VERSION
=
'0.0.1'
APPNAME
=
'limbo'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment