Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xanadu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
SYNERG
xanadu
Commits
9c6b69ad
Commit
9c6b69ad
authored
Feb 14, 2020
by
nilanjandaw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.cse.iitb.ac.in/synerg/xanadu
parents
0be90df6
d89c3f82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
resource_manager/build.linux
resource_manager/build.linux
+5
-1
resource_manager/version.linux
resource_manager/version.linux
+1
-1
No files found.
resource_manager/build.linux
View file @
9c6b69ad
...
...
@@ -23,7 +23,11 @@ echo ${VersionNumber} > ./version.linux
# BUILD
# `````````````````````````````````````````````````````````````````````
Compiler
=
"clang"
if
[
-z
${
CC
+x
}
]
;
then
Compiler
=
"clang"
else
Compiler
=
"
${
CC
}
"
fi
# Compile Arbiter =====================================================
...
...
resource_manager/version.linux
View file @
9c6b69ad
62
3
62
4
Write
Preview
Markdown
is supported
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