Skip to content

Commit

Permalink
Merge pull request #272 from ImperialCollegeLondon/fix_xbeam_optimise
Browse files Browse the repository at this point in the history
Update XBeam version to include compiler optimisation
  • Loading branch information
sduess authored Dec 18, 2023
2 parents a9f7bd0 + 24562cc commit a9dae9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ RUN mamba init bash
RUN mamba config --set always_yes yes --set changeps1 no
RUN mamba update -q conda
RUN mamba config --set auto_activate_base false
RUN mamba env create -f /sharpy_dir/utils/environment.yml && mamba clean -afy && \

find /mamba/ -follow -type f -name '*.a' -delete && \
find /mamba/ -follow -type f -name '*.pyc' -delete && \
find /mamba/ -follow -type f -name '*.js.map' -delete
RUN mamba env create -f /sharpy_dir/utils/environment.yml
#RUN mamba clean -afy
RUN find /mamba/ -follow -type f -name '*.a' -delete
RUN find /mamba/ -follow -type f -name '*.pyc' -delete
RUN find /mamba/ -follow -type f -name '*.js.map' -delete

#COPY /utils/docker/* /root/
RUN ln -s /sharpy_dir/utils/docker/* /root/
Expand Down
2 changes: 1 addition & 1 deletion lib/xbeam
Submodule xbeam updated 1 files
+4 −3 CMakeLists.txt

0 comments on commit a9dae9c

Please sign in to comment.