Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ShellB3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Ray Garcia
ShellB3
Commits
30ec461d
Commit
30ec461d
authored
2 months ago
by
Ray Garcia
Browse files
Options
Downloads
Patches
Plain Diff
revert to gcc11 but remove mpfr-devel from sys before building newer one
parent
6caaccfd
Branches
rayg-c7-cris-202504a
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
with
3 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
30ec461d
# docker build --build-arg BORT=develop . -f shellb3-cspp-py3.Dockerfile -t shellb3-cspp-py3:latest
# docker run -e SHELLB3_ARCHIVE_DIR=/dock -it --rm -v $HOME/dock:/dock -w /opt/shellb3-cspp-py3/ShellB3 shellb3-cspp-py3 /bin/bash -l -c "unset LANG; bash shallbethree.sh bin_dist"
FROM
gitlab.ssec.wisc.edu:5555/cspp/buildbucket/centos-devel:7
# remove incompatible mpfr
RUN
rpm
-e
mpfr-devel libmpc-devel
# RUN yum -y install gcc-gfortran gcc-c++ unzip perl patch byacc bison flex glibc-devel.i686 glibc-devel.x86_64 xz epel-release wget make bzip2 xz automake autoconf m4 which
# RUN yum -y install git git-lfs
RUN
test
-d
/opt
||
mkdir
/opt
...
...
@@ -14,7 +16,7 @@ ARG PYTHON_VERSION=39
ARG
TRIM=cspp
ENV
PORTABLESHELLB3=true
ENV
MAKEFLAGS=-j0
RUN
./shallbethree.sh mk_gcc1
2
RUN
./shallbethree.sh mk_gcc1
1
ARG
LINUXCPUFLAGS="-fPIC"
ENV
LINUXCPUFLAGS="${LINUXCPUFLAGS}"
# numcodecs will break on avx2 build when ivybridge arch is forced
...
...
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