Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953097 - dev-lang/julia, dev-lang/julia-bin: Use app-arch/7zip if applicable
Summary: dev-lang/julia, dev-lang/julia-bin: Use app-arch/7zip if applicable
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 942397
  Show dependency tree
 
Reported: 2025-04-03 16:45 UTC by NRK
Modified: 2025-04-03 17:20 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description NRK 2025-04-03 16:45:52 UTC
dev-lang/julia and dev-lang/julia-bin currently has a dependency on app-arch/p7zip. As far as I can tell from grepping, it seems to only really use the `7z` executable.

https://github.com/JuliaLang/julia/blob/f211a7746a7ea2de55af9b041f7101f09842b9dc/stdlib/p7zip_jll/src/p7zip_jll.jl#L17-L21

If this is indeed the case, then the dependency can be changed to the following since 7zip[symlink] provides that executable as well:

	|| (
		>=app-arch/7zip-24.09[symlink(+)]
		app-arch/p7zip
	)

Please double check and test with app-arch/7zip[symlink] and add it as an option if everything works well. If something doesn't work, please report that as well.

See also: https://bugs.gentoo.org/942397