Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Docker-Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
Docker-Images
Commits
f2710f5e
Commit
f2710f5e
authored
Nov 15, 2023
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fix relic.
parent
1fa4b5af
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#53909
canceled
Nov 15, 2023
Stage: generate-ci
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
images/relic/README.md
+1
-0
1 addition, 0 deletions
images/relic/README.md
images/relic/setup.sh
+1
-7
1 addition, 7 deletions
images/relic/setup.sh
with
2 additions
and
7 deletions
images/relic/README.md
+
1
−
0
View file @
f2710f5e
...
...
@@ -9,6 +9,7 @@ In this image:
*
libgtest (from source)
*
make
*
cmake
*
gdb
*
pip
*
gcovr
*
libgbenchmark (from source)
...
...
This diff is collapsed.
Click to expand it.
images/relic/setup.sh
+
1
−
7
View file @
f2710f5e
...
...
@@ -3,7 +3,7 @@
set
-e
apt-get update
apt-get
install
-y
--no-install-recommends
build-essential libgmp-dev libssl-dev libpthread-stubs0-dev cmake python3-pip git libboost-all-dev
apt-get
install
-y
--no-install-recommends
build-essential libgmp-dev libssl-dev libpthread-stubs0-dev cmake python3-pip git libboost-all-dev
gdb
# Relic (no idea why but we need cmake from latest master but code from released v6...)
cd
/tmp/
...
...
@@ -15,9 +15,6 @@ mkdir relic-sym
cd
relic-sym
cmake
-DLABEL
=
sym ..
../preset/gmp-pbc-ss1536.sh ../
git checkout 0.6.0
cmake
-DLABEL
=
sym ..
../preset/gmp-pbc-ss1536.sh ../
make
make
install
cd
..
...
...
@@ -27,9 +24,6 @@ cd relic-asym
git checkout 6b90545
cmake
-DLABEL
=
asym ..
../preset/gmp-pbc-bn254.sh ../
git checkout 0.6.0
cmake
-DLABEL
=
asym ..
../preset/gmp-pbc-bn254.sh ../
make
make
install
cd
~
...
...
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