Re: [Nix-dev] Expression for run time for build environment closures?

2017-06-14 Thread Tyson Whitehead
On Tuesday, June 13, 2017 5:28:01 PM EDT Tyson Whitehead wrote: > Is there any easy way to do this sort of thing already? Generating and > compiling code on the fly seems to be a popular thing to do at the moment > (firedrake is another python example) so I can see this sort of th

[Nix-dev] Expression for run time for build environment closures?

2017-06-13 Thread Tyson Whitehead
Hi All, Working on merging the cuda and non-cuda expression from the python package theano as was wondering if there is an expression for making a gcc wrapped with certain libraries (like a build environment). That is, theano creates C++ code on the fly, compiles it up, and imports it into

[Nix-commits] [NixOS/nixpkgs] ab5d7e: tensorflow: depend on cudatoolkit 8 and cudnn 5.1 ...

2017-04-07 Thread Tyson Whitehead
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: ab5d7e08abded67a9834967377fd3db80bd34994 https://github.com/NixOS/nixpkgs/commit/ab5d7e08abded67a9834967377fd3db80bd34994 Author: Tyson Whitehead <twhiteh...@gmail.com> Date: 2017-04-07 (F

Re: [Nix-dev] Sharing Nix store between systems

2015-05-15 Thread Tyson Whitehead
On April 29, 2015 14:03:08 Tyson Whitehead wrote: I'm looking to setup a shared nix store for our HPC clusters. Googling for a shared store only gives a brief discussion back at the end of 2011 http://lists.science.uu.nl/pipermail/nix-dev/2011-December/007381.html My current plan

[Nix-dev] Overriding top level /nix directory

2015-05-07 Thread Tyson Whitehead
I'm working on getting Nix onto our clusters to augment our standard CentOS 6 stack as a shared NFS mounted store. I've reset the top level /nix directory to be on one of our shared storage systems (config.nix.storeDir and config.nix.stateDir). For the most part this has worked pretty well.

[Nix-dev] Sharing Nix store between systems

2015-04-29 Thread Tyson Whitehead
I'm looking to setup a shared nix store for our HPC clusters. Googling for a shared store only gives a brief discussion back at the end of 2011 http://lists.science.uu.nl/pipermail/nix-dev/2011-December/007381.html My current plan of attack (informed by that thread) is to setup a sever

Re: [Nix-dev] texinfo4 seems to have a /bin/sh dependency

2015-04-28 Thread Tyson Whitehead
I switch to the nixos-unstable channel as I noticed the nixpkgs-unstable last update was March 22nd. http://nixos.org/channels/ Installed the nixpkgs.pkgs.nixUnstable (nix-1.9pre4088_1711679) from this and it seems to have resolved the issue. Thanks! -Tyson On April 27, 2015 15:13:22 Tyson

[Nix-dev] texinfo4 seems to have a /bin/sh dependency

2015-04-27 Thread Tyson Whitehead
I've configured a system using the nix-daemon with build-use-chroot = true and came across the following problem (using the unstable packages) [tyson@test-centos6 .nixpkgs]$ nix-env -iA nixpkgs.texinfo4 installing ‘texinfo-4.13a’ these derivations will be built:

Re: [Nix-dev] texinfo4 seems to have a /bin/sh dependency

2015-04-27 Thread Tyson Whitehead
I upgraded to nixUnstable (nix-1.9pre4074_e659978) but it does not seem to have resolved this issue 1 - installed the nixpkgs.nixUnstable (nix-1.9pre4074_e659978) package, 2 - switched the default system profile over to it, 3 - restarted the nix-daemon so it is running 1.9 [root@test-centos6:~]