Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gekkofs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc
gekkofs
Commits
1d39292a
Commit
1d39292a
authored
3 years ago
by
Marc Vef
Browse files
Options
Downloads
Patches
Plain Diff
CI fix ...
parent
1201e699
No related branches found
Branches containing commit
No related tags found
1 merge request
!87
Draft: Resolve "Add Mercury 2.0"
Pipeline
#1690
passed
3 years ago
Stage: check format
Stage: build deps
Stage: build
Stage: test
Stage: report
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/compile_dep.sh
+2
-2
2 additions, 2 deletions
scripts/compile_dep.sh
with
2 additions
and
2 deletions
scripts/compile_dep.sh
+
2
−
2
View file @
1d39292a
...
...
@@ -377,11 +377,11 @@ if check_dependency "json-c" "${DEP_CONFIG[@]}"; then
echo
"############################################################ Installing: json-c"
CURR
=
${
SOURCE
}
/json-c
prepare_build_dir
${
CURR
}
mkdir
-p
${
INSTALL
}
/lib64/pkgconfig
cd
${
CURR
}
/build
../cmake-configure
--prefix
=
${
INSTALL
}
make
-j
${
CORES
}
install
mv
${
INSTALL
}
/lib64/pkgconfig/json-c.pc
${
INSTALL
}
/lib/pkgconfig/
mkdir
-p
${
INSTALL
}
/lib/pkgconfig
find
${
INSTALL
}
-type
f
-name
"json-c.pc"
-exec
mv
{}
${
INSTALL
}
/lib/pkgconfig
\;
fi
# build BMI
...
...
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