-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies
Milestone
Description
There is a lot of unnecessary stuff in make dist:
- static libraries. I don't think they are needed.
- readline libraries. I believe we statically link them so they shouldn't need to be distributed.
- 3 copies of libarpack named
.so,.so.2, and.so.2.0.0. Might be a problem in the arpack build, copying instead of making links perhaps. - 20MB of unicode test files.
make installspecifically runsmake -C test/unicode. Why?
We could also remove the docs, since they are available online.
Metadata
Metadata
Assignees
Labels
buildingBuild system, or building Julia or its dependenciesBuild system, or building Julia or its dependencies