https://github.com/JuliaLang/julia
Revision d10a0fbcfe7e339e5d9bab161ff64dd022b44418 authored by FX Coudert on 29 March 2024, 16:51:02 UTC, committed by GitHub on 29 March 2024, 16:51:02 UTC
Fixes https://github.com/JuliaLang/julia/issues/48820

I think this is the proper fix, and there might be a configure option to
curl or nghttp2 to set it, but I haven't been found it. So we'll do it
that way.
1 parent e26d140
Raw File
Tip revision: d10a0fbcfe7e339e5d9bab161ff64dd022b44418 authored by FX Coudert on 29 March 2024, 16:51:02 UTC
curl: fix RPATH to find nghttp2 and libssh2 (#53894)
Tip revision: d10a0fb
CITATION.cff
# Official format description at https://citation-file-format.github.io
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top