Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sds
bake
Commits
37ef7ece
Commit
37ef7ece
authored
Dec 19, 2017
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated pkgconfig files
parent
a1a50a43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
maint/bake-client.pc.in
maint/bake-client.pc.in
+3
-3
maint/bake-server.pc.in
maint/bake-server.pc.in
+3
-3
No files found.
maint/bake-client.pc.in
View file @
37ef7ece
...
...
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: bake-
bulk-
client
Name: bake-client
Description: bulk data access service, client side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/bake
-bulk
URL: https://xgitlab.cels.anl.gov/sds/bake
Requires: margo
Libs: -L${libdir} -lbake-
bulk-
client
Libs: -L${libdir} -lbake-client
Cflags: -I${includedir}
maint/bake-server.pc.in
View file @
37ef7ece
...
...
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: bake-
bulk-
server
Name: bake-server
Description: bulk data access service, server side
Version: 0.1
URL: https://xgitlab.cels.anl.gov/sds/bake
-bulk
URL: https://xgitlab.cels.anl.gov/sds/bake
Requires: margo uuid libpmemobj
Libs: -L${libdir} -lbake-
bulk-
server
Libs: -L${libdir} -lbake-server
Cflags: -I${includedir}
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