<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/datatable, branch origin/structured-attrs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-05-24T14:55:24Z</updated>
<entry>
<title>Merge remote-tracking branch 'upstream/master' into structured-attrs</title>
<updated>2021-05-24T14:55:24Z</updated>
<author>
<name>Robin Gloster</name>
<email>mail@glob.in</email>
</author>
<published>2021-05-24T14:55:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4bc5fbef9d159e143fb7e2c3231932e6e76f667c'/>
<id>urn:sha1:4bc5fbef9d159e143fb7e2c3231932e6e76f667c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>llvmPackages: Multuple outputs for everythting</title>
<updated>2021-04-30T05:41:00Z</updated>
<author>
<name>Andrew Childs</name>
<email>lorne@cons.org.nz</email>
</author>
<published>2020-10-15T08:23:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7869d1654517c028aa76fc1dedc9b5ac301a867a'/>
<id>urn:sha1:7869d1654517c028aa76fc1dedc9b5ac301a867a</id>
<content type='text'>
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
</content>
</entry>
<entry>
<title>treewide: fix structured-attrs related failures</title>
<updated>2021-03-20T20:25:14Z</updated>
<author>
<name>Robin Gloster</name>
<email>mail@glob.in</email>
</author>
<published>2021-03-20T20:25:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7989a10f29c124d8da8819b30047267d7fda0f74'/>
<id>urn:sha1:7989a10f29c124d8da8819b30047267d7fda0f74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.datatable: 0.10.1 -&gt; 0.11.0, fix build</title>
<updated>2020-09-27T17:14:16Z</updated>
<author>
<name>Robert Scott</name>
<email>code@humanleg.org.uk</email>
</author>
<published>2020-09-24T21:47:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d7365fad89899e94bf102b73452b93a3c20a3f3f'/>
<id>urn:sha1:d7365fad89899e94bf102b73452b93a3c20a3f3f</id>
<content type='text'>
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
</content>
</entry>
<entry>
<title>python: datatable: 0.9.0 -&gt; 0.10.1</title>
<updated>2020-06-11T07:59:56Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-06T06:47:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a144902e25799d1b5a9a921d25c11946ed8a4487'/>
<id>urn:sha1:a144902e25799d1b5a9a921d25c11946ed8a4487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackage.datatable: 0.8.0 -&gt; 0.9.0</title>
<updated>2019-09-28T18:47:14Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2019-09-13T23:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=beae056884a1315b9a5d54dd15689712be2182f4'/>
<id>urn:sha1:beae056884a1315b9a5d54dd15689712be2182f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.datatable: fix the Darwin build (#65613)</title>
<updated>2019-08-01T17:54:41Z</updated>
<author>
<name>Jon</name>
<email>jonringer@users.noreply.github.com</email>
</author>
<published>2019-08-01T17:54:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b1f0e2ace1b08d6d571e015430b8ae127a249c73'/>
<id>urn:sha1:b1f0e2ace1b08d6d571e015430b8ae127a249c73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3.pkgs.datatable: init at 0.8.0</title>
<updated>2019-06-03T22:36:27Z</updated>
<author>
<name>Nikolay Amiantov</name>
<email>ab@fmap.me</email>
</author>
<published>2019-06-03T15:12:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=3c6f43f5cd59e9df5e21a42eb4e75a979c33e1d2'/>
<id>urn:sha1:3c6f43f5cd59e9df5e21a42eb4e75a979c33e1d2</id>
<content type='text'>
</content>
</entry>
</feed>
