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

linking against our readline fails on ubuntu 11.10 #241

Closed
JeffBezanson opened this issue Oct 28, 2011 · 5 comments
Closed

linking against our readline fails on ubuntu 11.10 #241

JeffBezanson opened this issue Oct 28, 2011 · 5 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@JeffBezanson
Copy link
Member

On linux we should use the system readline.

@JeffBezanson
Copy link
Member Author

Also we'll need to add release notes on some extra packages that need to be installed on ubuntu (probably involving the readline headers). We can also add instructions for installing readline on mac.

@ViralBShah
Copy link
Member

We could set up the build so that libreadline is used on linux. On mac we should retain downloading and building of readline.

@ViralBShah
Copy link
Member

For ubuntu, it may be worthwhile to also build a .deb package, which is not too difficult. The package can be hosted on beowulf, and people can just add it to their apt sources.

@ViralBShah
Copy link
Member

Did anyone track down why it was failing?

JeffBezanson added a commit that referenced this issue Nov 4, 2011
@JeffBezanson
Copy link
Member Author

Now documented in readme.

cmcaine pushed a commit to cmcaine/julia that referenced this issue Sep 24, 2020
fredrikekre added a commit that referenced this issue Sep 16, 2022
This patch updates SparseArrays. In particular it contains
JuliaSparse/SparseArrays.jl#260 which is
necessary to make progress in #46759.

All changes:
```
4fb8f0e Fix direction of circshift (#260)
ead48fe Fix `vcat` of sparse vectors with numbers (#253)
d88be9f decrement should always return a vector (#241)
dfcc48a change order of arguments in fkeep, fix bug with fixed elements (#240)
43b4d01 Sparse matrix/vectors with fixed sparsity pattern. (#201)
```
Keno pushed a commit that referenced this issue Oct 9, 2023
* bump Project for new release

* Update Project.toml
IanButterworth pushed a commit that referenced this issue Aug 28, 2024
…1061ecc (#55615)

Stdlib: Downloads
URL: https://github.com/JuliaLang/Downloads.jl.git
Stdlib branch: master
Julia branch: backports-release-1.11
Old commit: a9d274f
New commit: 1061ecc
Julia version: 1.11.0-rc2
Downloads version: 1.6.0(It's okay that it doesn't match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Downloads.jl@a9d274f...1061ecc

```
$ git log --oneline a9d274f..1061ecc
1061ecc Fix setting atexit. Fixes trailing download tasks during precompilation (#257)
b871386 Add debug information to `setopt` commands (#248)
51e5321 fix: use invokelatest for easy_hook, avoid race (#241)
05f9ec2 make precompile workload relocatable (#236)
2dd891a Hardcode doc edit backlink (#232)
```

Co-authored-by: Dilum Aluthge <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants