Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
debian-packages
lustre-release
Commits
3ceca52b
Commit
3ceca52b
authored
20 years ago
by
jacob
Browse files
Options
Downloads
Patches
Plain Diff
liblustre fixes
parent
9daaacb7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lustre/autoconf/lustre-core.m4
+6
-3
6 additions, 3 deletions
lustre/autoconf/lustre-core.m4
lustre/liblustre/genlib.sh
+3
-3
3 additions, 3 deletions
lustre/liblustre/genlib.sh
with
9 additions
and
6 deletions
lustre/autoconf/lustre-core.m4
+
6
−
3
View file @
3ceca52b
...
@@ -354,7 +354,6 @@ AC_MSG_RESULT([$enable_smfs])
...
@@ -354,7 +354,6 @@ AC_MSG_RESULT([$enable_smfs])
AC_DEFUN([LC_PROG_LINUX],
AC_DEFUN([LC_PROG_LINUX],
[LC_CONFIG_BACKINGFS
[LC_CONFIG_BACKINGFS
LC_CONFIG_PINGER
LC_CONFIG_PINGER
LC_CONFIG_OBD_BUFFER_SIZE
LC_CONFIG_SNAPFS
LC_CONFIG_SNAPFS
LC_CONFIG_SMFS
LC_CONFIG_SMFS
...
@@ -377,8 +376,10 @@ AC_DEFUN([LC_CONFIG_LIBLUSTRE],
...
@@ -377,8 +376,10 @@ AC_DEFUN([LC_CONFIG_LIBLUSTRE],
AC_ARG_ENABLE([liblustre],
AC_ARG_ENABLE([liblustre],
AC_HELP_STRING([--disable-liblustre],
AC_HELP_STRING([--disable-liblustre],
[disable building of Lustre library]),
[disable building of Lustre library]),
[],[enable_liblustre=$
enable_lib
sysio])
[],[enable_liblustre=$
with_
sysio])
AC_MSG_RESULT([$enable_liblustre])
AC_MSG_RESULT([$enable_liblustre])
# only build sysio if liblustre is built
with_sysio="$enable_liblustre"
AC_MSG_CHECKING([whether to build mpitests])
AC_MSG_CHECKING([whether to build mpitests])
AC_ARG_ENABLE([mpitests],
AC_ARG_ENABLE([mpitests],
...
@@ -394,7 +395,9 @@ AC_MSG_RESULT([$enable_mpitests])
...
@@ -394,7 +395,9 @@ AC_MSG_RESULT([$enable_mpitests])
# other configure checks
# other configure checks
#
#
AC_DEFUN([LC_CONFIGURE],
AC_DEFUN([LC_CONFIGURE],
[# include/liblustre.h
[LC_CONFIG_OBD_BUFFER_SIZE
# include/liblustre.h
AC_CHECK_HEADERS([asm/page.h sys/user.h stdint.h])
AC_CHECK_HEADERS([asm/page.h sys/user.h stdint.h])
# liblustre/llite_lib.h
# liblustre/llite_lib.h
...
...
This diff is collapsed.
Click to expand it.
lustre/liblustre/genlib.sh
+
3
−
3
View file @
3ceca52b
...
@@ -86,11 +86,11 @@ build_obj_list ../obdclass liblustreclass.a
...
@@ -86,11 +86,11 @@ build_obj_list ../obdclass liblustreclass.a
build_obj_list ../lvfs liblvfs.a
build_obj_list ../lvfs liblvfs.a
# portals components libs
# portals components libs
build_obj_list ../portals/utils libuptlctl.a
build_obj_list
../
../portals/utils libuptlctl.a
if
[
"x
$CRAY_PORTALS_PATH
"
=
"x"
]
;
then
if
[
"x
$CRAY_PORTALS_PATH
"
=
"x"
]
;
then
build_obj_list ../portals/unals libtcpnal.a
build_obj_list
../
../portals/unals libtcpnal.a
build_obj_list ../portals/portals libportals.a
build_obj_list
../
../portals/portals libportals.a
else
else
build_cray_portals_obj_list
$CRAY_PORTALS_PATH
/lib_TV/snos64/libportals.a
build_cray_portals_obj_list
$CRAY_PORTALS_PATH
/lib_TV/snos64/libportals.a
fi
fi
...
...
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