EUDAT-B2STAGE / B2STAGE-GridFTP

B2STAGE service core code for EUDAT project: iRODS-DSI
14 stars 15 forks source link

Some updates for centos 7 #25

Closed chStaiger closed 7 years ago

chStaiger commented 7 years ago

Dependencies No package irods-externals available. —> irods externals are installed when you install an iRODS iCAT enabled server

    ls /opt/irods-externals/
avro1.7.7-0  boost1.60.0-0  clang-runtime3.8-0  jansson2.7-0  libarchive3.1.2-0  zeromq4-14.1.3-0

No package libglobus-gss-assist-dev available.

No package g++ available. —> sudo yum install -y gcc-c++

No cmake 3: yum -y install irods-externals-cmake3.5.2-0

No /usr/include/x86_64-linux-gnu: export C_INCLUDE_PATH=/usr/include/globus/

cd B2STAGE-GridFTP
cmake3 .

cmake
ERROR:
CMake Error at CMakeLists.txt:44 (find_package):
  Could not find a package configuration file provided by "IRODS" (requested
  version 4.2.1) with any of the following names:

    IRODSConfig.cmake
    irods-config.cmake

—> yum -y install irods-devel

make
ERROR:
    make[2]: /opt/irods-externals/clang3.8-0/bin/clang: Command not found

—> sudo yum install irods-externals-clang3.8-0.x86_64

muccix commented 7 years ago

Thanks a lot @chStaiger