Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Dorier
codes
Commits
cfb0fc50
Commit
cfb0fc50
authored
Jul 12, 2013
by
Philip Carns
Browse files
add pkg-config file for codes base
- how do I get this to install?
parent
684c4d31
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
cfb0fc50
...
...
@@ -104,5 +104,5 @@ dnl AC_CONFIG_FILES([src/iokernellang/codesparser.y])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
AC_OUTPUT
([maint/codes-base.pc])
maint/codes-base.pc.in
0 → 100644
View file @
cfb0fc50
prefix = @prefix@
exec_prefix = @exec_prefix@
libdir=@libdir@
includedir=@includedir@
ross_cflags=@ROSS_CFLAGS@
ross_ldflags=@ROSS_LDFLAGS@
ross_libs=@ROSS_LIBS@
Name: codes-base
Description: Base functionality for CODES storage simulation
Version: @CODES_BASE_VERSION@
URL: http://trac.mcs.anl.gov/projects/CODES
Requires:
Libs: -L${libdir} ${ross_ldflags} ${ross_libs} -lcodes-base
Cflags: -I${includedir} ${ross_cflags}
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