Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
irods-microservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
RDM Infrastructure
irods-microservices
Commits
ab28651b
Unverified
Commit
ab28651b
authored
5 years ago
by
Lazlo Westerhof
Browse files
Options
Downloads
Patches
Plain Diff
iRODS 4.2.8 needs newer clang.
parent
f27889a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+2
-2
2 additions, 2 deletions
README.md
with
3 additions
and
3 deletions
CMakeLists.txt
+
1
−
1
View file @
ab28651b
...
@@ -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-clang
3.8
-0
# irods-externals-clang
6.0
-0
set
(
UU_RELEASE_VERSION
"0.8.2"
)
set
(
UU_RELEASE_VERSION
"0.8.2"
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
ab28651b
...
@@ -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-clang
3.8
-0`
-
`irods-externals-clang
6.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-clang
3.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-clang
6.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:
...
...
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