From 3de627e22852506c8263ebccaf6531af26aaf8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Tue, 28 May 2024 19:06:59 +0200 Subject: [PATCH] juliaup no longer masks JULIA_PROJECT --- Manifest.toml | 6 +++--- README.md | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 0710f6a..b225bae 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -1,6 +1,6 @@ # This file is machine-generated - editing it directly is not advised -julia_version = "1.10.0" +julia_version = "1.10.2" manifest_format = "2.0" project_hash = "2c20afabe03d014276e9478d0fdccbc2cdd634c1" @@ -64,7 +64,7 @@ weakdeps = ["Dates", "LinearAlgebra"] [[deps.CompilerSupportLibraries_jll]] deps = ["Artifacts", "Libdl"] uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" -version = "1.0.5+1" +version = "1.1.0+0" [[deps.Conda]] deps = ["Downloads", "JSON", "VersionParsing"] @@ -291,7 +291,7 @@ version = "1.12.9" [[deps.OpenBLAS_jll]] deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" -version = "0.3.23+2" +version = "0.3.23+4" [[deps.OpenSSL_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] diff --git a/README.md b/README.md index 9164dd4..027d405 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,3 @@ As exemplified above, on Linux, or macOS with coreutils installed, a relative pa ``` JULIA_PROJECT=$(realpath <path>) ``` - -There is a known issue with `JULIA_PROJECT` not being properly propagated on calling `larvatagger.jl`, in the case Julia was installed using juliaup. -Prefer [jill](https://pypi.org/project/jill/) instead of juliaup. -- GitLab