Skip to content
Snippets Groups Projects
Unverified Commit ab28651b authored by Lazlo Westerhof's avatar Lazlo Westerhof
Browse files

iRODS 4.2.8 needs newer clang.

parent f27889a8
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ message(STATUS "Building for irods-server version ${IRODS_VERSION}") ...@@ -10,7 +10,7 @@ message(STATUS "Building for irods-server version ${IRODS_VERSION}")
# The following packages need to be installed to build the uu microservices: # The following packages need to be installed to build the uu microservices:
# #
# irods-externals-clang-runtime3.8-0 # irods-externals-clang-runtime3.8-0
# irods-externals-clang3.8-0 # irods-externals-clang6.0-0
set(UU_RELEASE_VERSION "0.8.2") set(UU_RELEASE_VERSION "0.8.2")
......
...@@ -33,7 +33,7 @@ To build from source, the following build-time dependencies must be installed: ...@@ -33,7 +33,7 @@ To build from source, the following build-time dependencies must be installed:
- `gcc-c++` - `gcc-c++`
- `irods-devel` - `irods-devel`
- `irods-externals-cmake3.5.2-0` - `irods-externals-cmake3.5.2-0`
- `irods-externals-clang3.8-0` - `irods-externals-clang6.0-0`
- `boost-devel` - `boost-devel`
- `boost-locale` - `boost-locale`
- `openssl-devel` - `openssl-devel`
...@@ -43,7 +43,7 @@ To build from source, the following build-time dependencies must be installed: ...@@ -43,7 +43,7 @@ To build from source, the following build-time dependencies must be installed:
- `rpmdevtools` (if you are creating an RPM) - `rpmdevtools` (if you are creating an RPM)
``` ```
sudo yum install make gcc-c++ irods-devel irods-externals-cmake3.5.2-0 irods-externals-clang3.8-0 boost-devel boost-locale openssl-devel libcurl-devel jansson-devel libuuid-devel rpmdevtools sudo yum install make gcc-c++ irods-devel irods-externals-cmake3.5.2-0 irods-externals-clang6.0-0 boost-devel boost-locale openssl-devel libcurl-devel jansson-devel libuuid-devel rpmdevtools
``` ```
Follow these instructions to build from source: Follow these instructions to build from source:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment