Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTUApex
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Heldmann, Tim
CTUApex
Commits
44ea6422
Commit
44ea6422
authored
6 months ago
by
Heldmann, Tim
Browse files
Options
Downloads
Patches
Plain Diff
Fix cut away line in setup script
parent
7bd29f55
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+6
-3
6 additions, 3 deletions
setup.sh
with
6 additions
and
3 deletions
setup.sh
+
6
−
3
View file @
44ea6422
GNU nano 2.9.8
setup.sh
GNU nano 2.9.8
setup.sh
#!/bin/bash
set
-e
...
...
@@ -26,7 +26,10 @@ cd ../../../
mkdir
build
mkdir install
cd
build
cmake
-G
"Unix Makefiles"
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DMETACG_BUILD_CGCOLLECTOR
=
ON
-DCUBE_LIB
=
../deps/install
$
cmake
-G
"Unix Makefiles"
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
-DMETACG_BUILD_CGCOLLECTOR
=
ON
\
-DCUBE_LIB
=
$(
realpath../deps/install/cubelib/lib
)
-DCUBE_INCLUDE
=
$(
realpath../deps/install/cubelib/include/cubelib
)
\
-DCMAKE_INSTALL_PREFIX
=
$(
realpath../install
)
..
make
install
-j
64
cd
../..
...
...
@@ -40,4 +43,4 @@ cd CTUApex
mkdir
build
cd
build
cmake
-G
"Unix Makefiles"
-Dmetacg_DIR
=
$(
realpath
../../metacg/install/lib64/cmake/metacg
)
make
-j
64
\ No newline at end of file
make
-j
64
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment