Skip to content

Repository which holds native libraries used by the StoRM backend to access underlying file system functionality.

Notifications You must be signed in to change notification settings

fabiok/storm-native-libs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoRM native libs

Native libraries used by the StoRM backend to access underlying file system functionality.

Build from source

Supported platforms

  • Scientific Linux 5 on x86_64 architecture
  • Scientific Linux 6 on x86_64 architecture

Repositories

Some of the packages needed to build storm-native-libs are in the EPEL repository. To enable it run

yum install epel-release

Building

You need git to get the code, and ant (libtool, automake, autoconf) and gcc and gcc-c++ to build it.

The other dependcies are

  • lcmaps-without-gsi-devel

Build command:

./bootstrap
./configure --with-java_home=%{java_home} --enable-gpfs
make

About

Repository which holds native libraries used by the StoRM backend to access underlying file system functionality.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.9%
  • Java 19.2%
  • Other 0.9%