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

Use of python in the build system #35662

Closed
ViralBShah opened this issue Apr 30, 2020 · 3 comments
Closed

Use of python in the build system #35662

ViralBShah opened this issue Apr 30, 2020 · 3 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@ViralBShah
Copy link
Member

Is contrib/normalize_triplet.py the only python-based build dependency for building Julia when using BB binaries? If so, maybe we can replace it. If we use python in other places, the it doesn't really matter.

@JeffBezanson JeffBezanson added the building Build system, or building Julia or its dependencies label Apr 30, 2020
@StefanKarpinski
Copy link
Member

cc @staticfloat

@fredrikekre
Copy link
Member

#35193 adds a couple of thousand lines of python too, so I think it is needed.

@staticfloat
Copy link
Member

Yeah, we're using python more and more because we're doing more and more complicated things inside of the build system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

5 participants