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

clp: 1.16.11 -> 1.17.0 #56615

Merged
merged 3 commits into from Apr 14, 2019
Merged

clp: 1.16.11 -> 1.17.0 #56615

merged 3 commits into from Apr 14, 2019

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Mar 2, 2019

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clp/versions.

meta.description for clp is: '"An open-source linear programming solver written in C++"'.

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
clp

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/252p5qppl9kwiyfa7ksjz2x3609zr5z1-clp-1.17.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A clp https://github.com/r-ryantm/nixpkgs/archive/e869b87dbb4142dc35a3071165f967eec226bdfb.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/252p5qppl9kwiyfa7ksjz2x3609zr5z1-clp-1.17.0
ls -la /nix/store/252p5qppl9kwiyfa7ksjz2x3609zr5z1-clp-1.17.0/bin

cc @vbgl for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clp/versions
@xeji
Copy link
Contributor

xeji commented Mar 15, 2019

@GrahamcOfBorg build clp

Copy link
Member

@timokau timokau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The aarch64 failure is a regression.

@markuskowa
Copy link
Member

It does not look like that the upstream developers are interested in supporting ARM.

@timokau
Copy link
Member

timokau commented Apr 13, 2019

Do you have a source on that, since it used to build?

@markuskowa
Copy link
Member

The build on ARM fails because it can't find <immintrin.h>, which is Intel specific. There are no conditionals in the source that could turn it off.

@timokau
Copy link
Member

timokau commented Apr 14, 2019

Alright, makes sense to me.

@markuskowa markuskowa merged commit 87f595a into NixOS:master Apr 14, 2019
@r-ryantm r-ryantm deleted the auto-update/clp branch April 26, 2019 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants