Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
updating all julia versions to 1.7 since we are now using features th…
Browse files Browse the repository at this point in the history
…at are not backward compatible with 1.6.
  • Loading branch information
BrianGun committed Jan 23, 2022
1 parent 779f9b4 commit 7edc0b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This software provides extensive control over the modelling, simulation, visuali
## Installation

Install the Julia programming language from the [official download page](https://julialang.org/downloads/).
OpticSim.jl is optimized for use with Julia 1.5.2-1.6.0; using other versions may result in reduced performance.
OpticSim.jl is optimized for use with Julia 1.7.x; using other versions will probably not work.

The system will automatically download glass catalog (.agf) files from some manufacturers when the package is built for the first time. These files are in an industry standard format and can be downloaded from many optical glass manufacturers.

Expand Down
2 changes: 1 addition & 1 deletion src/Cloud/dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04

ENV JULIA_VERSION_MAJOR 1.6
ENV JULIA_VERSION_MAJOR 1.7
ENV JULIA_VERSION_MINOR 0

# install stuff for xvfb-run
Expand Down
2 changes: 1 addition & 1 deletion test/testsets/JuliaLang.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and pop it from the set
# here we ignore the specific methods which we know are ok but are still failing
# for some weird reason the unbound args check seems to fail for some (seemingly random) methods with Vararg arguments
methods_to_ignore = Dict(
OpticSim => VERSION >= v"1.6.0-DEV" ? [
OpticSim => VERSION >= v"1.7" ? [
(OpticSim.LensAssembly, Tuple{Vararg{Union{CSGTree{T},LensAssembly{T},OpticSim.Surface{T}},N} where N} where {T<:Real}),
(OpticSim.MultiHologramInterface, Tuple{Vararg{HologramInterface{T},N}} where {N} where {T<:Real}),
] : [],
Expand Down

0 comments on commit 7edc0b2

Please sign in to comment.