Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganize & cleanup #157

Merged
merged 39 commits into from
Dec 29, 2021
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
245dd3c
set JULIA_DEPOT_PATH when conda env activated
mjohnson541 May 19, 2020
eb79265
simplify recipe and add back up variables
mjohnson541 May 19, 2020
9425681
don't run juliarc.jl
mjohnson541 Jul 13, 2020
cfc8813
improve activate.d/deactivate.d file editing
mjohnson541 Aug 10, 2021
ff6c977
Apply suggestions from code review by @mkitti
mkitti Sep 10, 2021
ef38900
reorganize
ngam Dec 24, 2021
4d2bee0
increase bld no
ngam Dec 24, 2021
1b1d170
try building osx with system mbedtls
ngam Dec 24, 2021
7ac5077
only apply three new patches to linux for now
ngam Dec 24, 2021
a4e2e2b
reorganize order of patches
ngam Dec 24, 2021
341c515
Revert "try building osx with system mbedtls"
ngam Dec 24, 2021
3f5facf
comment out juliarc.jl
ngam Dec 24, 2021
6bd9068
Update build.sh
ngam Dec 25, 2021
1b7052c
try runtests math for osx
ngam Dec 25, 2021
5caa351
test "opaque_closure", "filesystem"
ngam Dec 25, 2021
c2fd0f9
go all in on testing
ngam Dec 25, 2021
35d13f6
revert previous; parallelize + add "math" to list
ngam Dec 25, 2021
c11a856
merge mjohnson541:keep-julia-local-to-conda-env
ngam Dec 26, 2021
9883823
Update build.sh
ngam Dec 26, 2021
fe2b9c9
Update activate.sh
ngam Dec 26, 2021
700f956
Revert "Update activate.sh"
ngam Dec 26, 2021
094df22
new patches
ngam Dec 27, 2021
7bac874
correct patches in meta
ngam Dec 27, 2021
1d0a2c5
change of patches
ngam Dec 27, 2021
43290dd
Update meta.yaml
ngam Dec 27, 2021
480090b
Modify patch to match upstream JuliaLang/julia#42358. Use addenv.
mkitti Dec 27, 2021
1e312a1
Re-add JULIA_PROJECT to be "@$CONDA_DEFAULT_ENV"
mkitti Dec 27, 2021
0682a5f
Revert "Re-add JULIA_PROJECT to be "@$CONDA_DEFAULT_ENV""
ngam Dec 27, 2021
3bff446
Set JULIA_PROJECT and JULIA_LOAD_PATH according to conda environment
mkitti Dec 28, 2021
d6bdcf6
Test loading and cmdlineargs with default JULIA_PROJECT
mkitti Dec 28, 2021
03f4681
Extract env name as last directory of CONDA_PREFIX
mkitti Dec 28, 2021
5c13e81
Remove JULIA_LOAD_PATH while testing loading
mkitti Dec 28, 2021
8f865a2
Update build.sh
ngam Dec 29, 2021
1b25ed1
Delete recipe/old_unused directory
ngam Dec 29, 2021
ca159c6
reorganize patches and delete unnecessary files
ngam Dec 29, 2021
9f6cd56
remove DS_STORE
ngam Dec 29, 2021
e03fb8a
oops place back patches
ngam Dec 29, 2021
86cb8e4
Apply suggestions from code review, remove "unique"
mkitti Dec 29, 2021
9b52edd
Merge branch 'mk/julia_project' of github.com:mkitti/julia-feedstock …
ngam Dec 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From f4a8c1310b8bb36d6669cb5f3c7f3c001835dceb Mon Sep 17 00:00:00 2001
From: ngam <67342040+[email protected]>
Date: Thu, 23 Dec 2021 14:22:34 -0500
Subject: [PATCH] fixing core.jl tests
From 7d9a74a0eb59e62d9d64dbbe274184549fbbc752 Mon Sep 17 00:00:00 2001
From: ngam <[email protected]>
Date: Mon, 27 Dec 2021 01:36:02 +0000
Subject: [PATCH 1/3] disable testing Vararg{Int, N} where

---
test/core.jl | 6 +++---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 023b3288cf3dfabab98eabca278e2c2d8634a23c Mon Sep 17 00:00:00 2001
From: ngam <67342040+[email protected]>
Date: Thu, 23 Dec 2021 17:34:26 -0500
Subject: [PATCH 2/2] Baz.baz temporary deletion
From 31e9de0137db669f1a41e933da701b0e2c7ea6f2 Mon Sep 17 00:00:00 2001
From: ngam <[email protected]>
Date: Mon, 27 Dec 2021 01:36:51 +0000
Subject: [PATCH 2/3] disable testing Baz.baz == 1

---
test/precompile.jl | 2 +-
Expand All @@ -21,5 +21,5 @@ index 51b25b8325..8abd491a63 100644
# Issue #12720
FooBar1_file = joinpath(dir, "FooBar1.jl")
--
2.32.0 (Apple Git-132)
2.34.1

25 changes: 25 additions & 0 deletions recipe/0003-correct-test-for-julia-depot-path.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From e4f0e7c7f750dc0f27fd59c1fe7cd8d70dbd2fc9 Mon Sep 17 00:00:00 2001
From: ngam <[email protected]>
Date: Sun, 26 Dec 2021 21:45:50 -0500
Subject: [PATCH 3/3] Correct test for JULIA_DEPOT_PATH, See JuliaLang/julia#42358

---
test/cmdlineargs.jl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cmdlineargs.jl b/test/cmdlineargs.jl
index 3d1efdd0d2..7fb7e5ad9e 100644
--- a/test/cmdlineargs.jl
+++ b/test/cmdlineargs.jl
@@ -119,7 +119,7 @@ let exename = `$(Base.julia_cmd()) --startup-file=no --color=no`
# handling of @projectname in --project and JULIA_PROJECT
let expanded = abspath(Base.load_path_expand("@foo"))
@test expanded == readchomp(`$exename --project='@foo' -e 'println(Base.active_project())'`)
- @test expanded == readchomp(setenv(`$exename -e 'println(Base.active_project())'`, "JULIA_PROJECT" => "@foo", "HOME" => homedir()))
+ @test expanded == readchomp(addenv(`$exename -e 'println(Base.active_project())'`, "JULIA_PROJECT" => "@foo", "HOME" => homedir()))
end

# --quiet, --banner
--
2.34.1

15 changes: 13 additions & 2 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export LIBRARY_PATH=${PREFIX}/lib
export CMAKE_PREFIX_PATH=${PREFIX}
export PATH="${PREFIX}/bin:${PATH}"

#set JULIA_DEPOT_PATH in conda env
export JULIA_DEPOT_PATH="${PREFIX}/share/julia/site:$JULIA_DEPOT_PATH"

ngam marked this conversation as resolved.
Show resolved Hide resolved
# Hack to suppress building docs
cat > doc/Makefile << EOF
html :
Expand Down Expand Up @@ -62,9 +65,17 @@ make -j${CPU_COUNT} prefix=${PREFIX} sysconfigdir=${PREFIX}/etc \
USE_SYSTEM_ZLIB=1 \
USE_SYSTEM_P7ZIP=1 \
${EXTRA_MAKEFLAGS} \
TAGGED_RELEASE_BANNER="conda-forge-julia release" \
TAGGED_RELEASE_BANNER="A conda-forge release: https://github.com/conda-forge/julia-feedstock" \
CC=$CC CXX=$CXX FC=$FC \
install

# Configure juliarc to use conda environment
cat "${RECIPE_DIR}/juliarc.jl" >> "${PREFIX}/etc/julia/juliarc.jl"
# cat "${RECIPE_DIR}/juliarc.jl" >> "${PREFIX}/etc/julia/juliarc.jl"

# Copy the [de]activate scripts to $PREFIX/etc/conda/[de]activate.d.
# This will allow them to be run on environment activation.
for CHANGE in "activate" "deactivate"
do
mkdir -p "${PREFIX}/etc/conda/${CHANGE}.d"
cp "${RECIPE_DIR}/scripts/${CHANGE}.sh" "${PREFIX}/etc/conda/${CHANGE}.d/${PKG_NAME}_${CHANGE}.sh"
done
19 changes: 10 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ source:
patches:
## from https://github.com/archlinux/svntogit-community/tree/packages/julia/trunk
- julia-hardcoded-libs.patch
## unreliable tests:
## see: https://github.com/JuliaLang/julia/issues/43004
- 0001-fixing-core.jl-tests.patch
## see: https://github.com/JuliaLang/julia/issues/43249#issuecomment-981147025
## and: https://github.com/archlinux/svntogit-community/blob/packages/julia/trunk/julia-libgit-1.2.patch
- libgit2-patch.diff
- libgit2-patch.diff # [linux]
## unreliable tests:
## see: https://github.com/JuliaLang/julia/issues/43004
- 0001-disable-testing-Vararg-Int-N-where.patch # [linux]
## issues with this precompile test, see https://github.com/JuliaLang/julia/issues/43535
- 0002-Baz.baz-temporary-deletion.patch
- 0002-disable-testing-Baz.baz-1.patch # [linux]
## see PR upstream: https://github.com/JuliaLang/julia/pull/42358
- 0003-correct-test-for-julia-depot-path.patch

build:
skip: true # [win]
number: 0
number: 1
features:

requirements:
Expand Down Expand Up @@ -79,10 +81,9 @@ requirements:
test:
commands:
- julia -e 'Base.runtests(["subarray", "core", "compiler", "worlds", "keywordargs", "numbers", "subtype", "char", "strings", "triplequote", "unicode", "intrinsics", "dict", "hashing", "iobuffer", "staged", "offsetarray", "arrayops", "tuple", "reduce", "reducedim", "abstractarray", "intfuncs", "simdloop", "vecelement",
"rational", "bitarray", "copy", "fastmath", "functional", "iterators", "operators", "ordering", "path", "ccall", "parse", "loading", "gmp", "sorting", "spawn", "backtrace", "exceptions", "file", "read", "version", "namedtuple", "mpfr", "broadcast", "complex", "floatapprox", "reflection", "regex", "float16", "combinatorics",
"rational", "bitarray", "copy", "math", "fastmath", "functional", "iterators", "operators", "ordering", "path", "ccall", "parse", "loading", "gmp", "sorting", "spawn", "backtrace", "exceptions", "file", "read", "version", "namedtuple", "mpfr", "broadcast", "complex", "floatapprox", "reflection", "regex", "float16", "combinatorics",
"sysinfo", "env", "rounding", "ranges", "mod2pi", "euler", "show", "client", "errorshow", "sets", "goto", "llvmcall", "llvmcall2", "ryu", "some", "meta", "stacktraces", "docs", "misc", "threads", "stress", "binaryplatforms", "atexit", "enums", "cmdlineargs", "int", "interpreter", "checked", "bitset", "floatfuncs",
"precompile", "boundscheck", "error", "ambiguous", "cartesian", "osutils", "channels", "iostream", "secretbuffer", "specificity", "reinterpretarray", "syntax", "corelogging", "missing", "asyncmap", "smallarrayshrink", "download"])' # all except stdlib, add "opaque_closure", "filesystem" with 1.7
- julia -e 'Base.runtests(["math"])' # [not osx] due to failure on math.jl:296, pre-haswell processor
"precompile", "boundscheck", "error", "ambiguous", "cartesian", "osutils", "channels", "iostream", "secretbuffer", "specificity", "reinterpretarray", "syntax", "corelogging", "missing", "asyncmap", "smallarrayshrink", "download", "opaque_closure", "filesystem"]; ncores=ceil(Int, Sys.CPU_THREADS))' # all except stdlib?
- julia -e 'import Pkg;Pkg.add("LibSSH2_jll")'
- julia -e 'import Pkg;Pkg.add("Sundials")'
requires:
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions recipe/scripts/activate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export JULIA_DEPOT_PATH_BACKUP=${JULIA_DEPOT_PATH:-}
export JULIA_PROJECT_BACKUP=${JULIA_PROJECT:-}
export JULIA_DEPOT_PATH="$CONDA_PREFIX/share/julia:$JULIA_DEPOT_PATH"
11 changes: 11 additions & 0 deletions recipe/scripts/deactivate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export JULIA_DEPOT_PATH=$JULIA_DEPOT_PATH_BACKUP
export JULIA_PROJECT=$JULIA_PROJECT_BACKUP
unset JULIA_DEPOT_PATH_BACKUP
unset JULIA_PROJECT_BACKUP

if [ -z $JULIA_DEPOT_PATH ]; then
unset JULIA_DEPOT_PATH
fi
if [ -z $JULIA_PROJECT ]; then
unset JULIA_PROJECT
fi