Skip to content

trim dist #1744

@JeffBezanson

Description

@JeffBezanson

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 install specifically runs make -C test/unicode. Why?

We could also remove the docs, since they are available online.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildingBuild system, or building Julia or its dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions