Created
March 1, 2018 13:23
-
-
Save idontgetoutmuch/74ac7a95e7de4379081409e592349294 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash-3.2$ nix-shell shell.nix -I nixpkgs=/Users/dom/nixpkgs | |
| warning: dumping very large path (> 256 MiB); this may run out of memory | |
| these derivations will be built: | |
| /nix/store/0wakp1czwfiq8qls8gjdkd637y1siryh-gsl-2.6.drv | |
| /nix/store/af9q1010xar2db68sy2xbyrdzpmg6z80-hmatrix-gsl-0.18.0.1.drv | |
| /nix/store/ivjcp47c2c4gm7iyxyjkfrxgji0fpc2i-ghc-8.2.2-with-packages.drv | |
| building path(s) ‘/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6’ | |
| unpacking sources | |
| unpacking source archive /nix/store/qvf0bz4864jy0f234fsk4wz1ldy29fix-gsl | |
| source root is gsl | |
| patching sources | |
| applying patch /nix/store/4sdq8yaz6lzp1j2wdmxazp10a3cqfgzi-disable-fma.patch | |
| patching file configure.ac | |
| Hunk #1 succeeded at 402 (offset 21 lines). | |
| configuring | |
| fixing libtool script ./ltmain.sh | |
| configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6 | |
| checking for a BSD-compatible install... /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for a sed that does not truncate output... /nix/store/sffgsvg1p9pkkp0di5m936wnpblpgb77-gnused-4.4/bin/sed | |
| checking whether make sets $(MAKE)... (cached) yes | |
| checking build system type... x86_64-apple-darwin17.3.0 | |
| checking host system type... x86_64-apple-darwin17.3.0 | |
| checking for gcc... clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether clang accepts -g... yes | |
| checking for clang option to accept ISO C89... none needed | |
| checking whether clang understands -c and -o together... yes | |
| checking for style of include used by make... GNU | |
| checking dependency style of clang... none | |
| checking how to run the C preprocessor... clang -E | |
| checking whether ln -s works... yes | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... (cached) /nix/store/sffgsvg1p9pkkp0di5m936wnpblpgb77-gnused-4.4/bin/sed | |
| checking for grep that handles long lines and -e... /nix/store/5q6mgrw5a1qh0i548y93gs8ibsnhabbd-gnugrep-3.1/bin/grep | |
| checking for egrep... /nix/store/5q6mgrw5a1qh0i548y93gs8ibsnhabbd-gnugrep-3.1/bin/grep -E | |
| checking for fgrep... /nix/store/5q6mgrw5a1qh0i548y93gs8ibsnhabbd-gnugrep-3.1/bin/grep -F | |
| checking for ld used by clang... ld | |
| checking if the linker (ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... nm | |
| checking the name lister (nm) interface... BSD nm | |
| checking the maximum length of command line arguments... 196608 | |
| checking how to convert x86_64-apple-darwin17.3.0 file names to x86_64-apple-darwin17.3.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin17.3.0 file names to toolchain format... func_convert_file_noop | |
| checking for ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse nm output from clang object... ok | |
| checking for sysroot... no | |
| checking for a working dd... /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/dd | |
| checking how to truncate binary pipes... /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/dd bs=4096 count=1 | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... no | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if clang supports -fno-rtti -fno-exceptions... yes | |
| checking for clang option to produce PIC... -fno-common -DPIC | |
| checking if clang PIC flag -fno-common -DPIC works... yes | |
| checking if clang static flag -static works... no | |
| checking if clang supports -c -o file.o... yes | |
| checking if clang supports -c -o file.o... (cached) yes | |
| checking whether the clang linker (ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin17.3.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... no | |
| checking for size_t... yes | |
| checking for working volatile... yes | |
| checking for inline... inline | |
| checking whether char is unsigned... no | |
| checking for GNU-style extern inline... no | |
| checking for C99-style inline... yes | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking for vprintf... yes | |
| checking for _doprnt... no | |
| checking for memcpy... yes | |
| checking for memmove... yes | |
| checking for strdup... yes | |
| checking for strtol... yes | |
| checking for strtoul... yes | |
| checking for EXIT_SUCCESS and EXIT_FAILURE... yes | |
| checking for cos in -lm... yes | |
| checking whether feenableexcept is declared... no | |
| checking whether fesettrapenable is declared... no | |
| checking whether hypot is declared... yes | |
| checking whether expm1 is declared... yes | |
| checking whether acosh is declared... yes | |
| checking whether asinh is declared... yes | |
| checking whether atanh is declared... yes | |
| checking whether ldexp is declared... yes | |
| checking whether frexp is declared... yes | |
| checking whether fprnd_t is declared... no | |
| checking whether isinf is declared... yes | |
| checking whether isfinite is declared... yes | |
| checking whether finite is declared... yes | |
| checking whether isnan is declared... yes | |
| checking whether log1p is declared... yes | |
| checking for long double stdio... yes | |
| checking for extended floating point registers... yes | |
| checking for IEEE arithmetic interface type... unknown | |
| checking for IEEE compiler flags... none | |
| checking for IEEE comparisons... yes | |
| checking for IEEE denormalized values... yes | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating gsl_version.h | |
| config.status: creating gsl.spec | |
| config.status: creating blas/Makefile | |
| config.status: creating block/Makefile | |
| config.status: creating bspline/Makefile | |
| config.status: creating cblas/Makefile | |
| config.status: creating cdf/Makefile | |
| config.status: creating cheb/Makefile | |
| config.status: creating combination/Makefile | |
| config.status: creating complex/Makefile | |
| config.status: creating const/Makefile | |
| config.status: creating deriv/Makefile | |
| config.status: creating dht/Makefile | |
| config.status: creating diff/Makefile | |
| config.status: creating doc/Makefile | |
| config.status: creating doc/examples/Makefile | |
| config.status: creating eigen/Makefile | |
| config.status: creating err/Makefile | |
| config.status: creating fit/Makefile | |
| config.status: creating fft/Makefile | |
| config.status: creating gsl/Makefile | |
| config.status: creating histogram/Makefile | |
| config.status: creating ieee-utils/Makefile | |
| config.status: creating integration/Makefile | |
| config.status: creating interpolation/Makefile | |
| config.status: creating linalg/Makefile | |
| config.status: creating matrix/Makefile | |
| config.status: creating min/Makefile | |
| config.status: creating monte/Makefile | |
| config.status: creating multifit/Makefile | |
| config.status: creating multifit_nlinear/Makefile | |
| config.status: creating multilarge/Makefile | |
| config.status: creating multilarge_nlinear/Makefile | |
| config.status: creating multimin/Makefile | |
| config.status: creating multiroots/Makefile | |
| config.status: creating multiset/Makefile | |
| config.status: creating ntuple/Makefile | |
| config.status: creating ode-initval/Makefile | |
| config.status: creating ode-initval2/Makefile | |
| config.status: creating permutation/Makefile | |
| config.status: creating poly/Makefile | |
| config.status: creating qrng/Makefile | |
| config.status: creating randist/Makefile | |
| config.status: creating rng/Makefile | |
| config.status: creating roots/Makefile | |
| config.status: creating rstat/Makefile | |
| config.status: creating siman/Makefile | |
| config.status: creating sort/Makefile | |
| config.status: creating spblas/Makefile | |
| config.status: creating splinalg/Makefile | |
| config.status: creating spmatrix/Makefile | |
| config.status: creating specfunc/Makefile | |
| config.status: creating statistics/Makefile | |
| config.status: creating sum/Makefile | |
| config.status: creating sys/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating utils/Makefile | |
| config.status: creating vector/Makefile | |
| config.status: creating wavelet/Makefile | |
| config.status: creating config.h | |
| config.status: config.h is unchanged | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| building | |
| build flags: SHELL=/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash | |
| make all-recursive | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| Making all in gsl | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| rm -f gsl*.h | |
| HEADERLIST="../gsl*.h ../*/gsl*.h"; \ | |
| for h in $HEADERLIST; do \ | |
| BASENAME=`basename $h`; \ | |
| test -r $BASENAME || ln -s $h $BASENAME; \ | |
| done | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| Making all in utils | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| Making all in sys | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| Making all in test | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| Making all in err | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| Making all in const | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| Making all in complex | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| Making all in cheb | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| Making all in block | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| Making all in vector | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| Making all in matrix | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| Making all in permutation | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| Making all in combination | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| Making all in multiset | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| Making all in sort | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| Making all in ieee-utils | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| Making all in cblas | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| Making all in blas | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| Making all in linalg | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| Making all in eigen | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| Making all in specfunc | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| Making all in dht | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| Making all in qrng | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| Making all in rng | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| Making all in randist | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| Making all in fft | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| Making all in poly | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| Making all in fit | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| Making all in multifit | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| Making all in multifit_nlinear | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| Making all in multilarge | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| Making all in multilarge_nlinear | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| Making all in rstat | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| Making all in statistics | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| Making all in siman | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| Making all in sum | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| Making all in integration | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| Making all in interpolation | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| Making all in histogram | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| Making all in ode-initval | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| Making all in ode-initval2 | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| Making all in roots | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| Making all in multiroots | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| Making all in min | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| Making all in multimin | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| Making all in monte | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| Making all in ntuple | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| Making all in diff | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| Making all in deriv | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| Making all in cdf | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| Making all in wavelet | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| Making all in bspline | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| Making all in spblas | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| Making all in spmatrix | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| Making all in splinalg | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| Making all in doc | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| Making all in . | |
| make[3]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[3]: Nothing to be done for 'all-am'. | |
| make[3]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| Making all in examples | |
| make[3]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[3]: Nothing to be done for 'all'. | |
| make[3]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| creating gsl-config | |
| creating gsl.pc | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| installing | |
| install flags: install SHELL=/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash | |
| Making install in gsl | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| make[2]: Nothing to be done for 'install-data-am'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/gsl' | |
| Making install in utils | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| make[2]: Nothing to be done for 'install-data-am'. | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/utils' | |
| Making install in sys | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_sys.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sys' | |
| Making install in test | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_test.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/test' | |
| Making install in err | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_errno.h gsl_message.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/err' | |
| Making install in const | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_const.h gsl_const_cgs.h gsl_const_mks.h gsl_const_cgsm.h gsl_const_mksa.h gsl_const_num.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/const' | |
| Making install in complex | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_complex.h gsl_complex_math.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/complex' | |
| Making install in cheb | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_chebyshev.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cheb' | |
| Making install in block | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_block.h gsl_block_char.h gsl_block_complex_double.h gsl_block_complex_float.h gsl_block_complex_long_double.h gsl_block_double.h gsl_block_float.h gsl_block_int.h gsl_block_long.h gsl_block_long_double.h gsl_block_short.h gsl_block_uchar.h gsl_block_uint.h gsl_block_ulong.h gsl_block_ushort.h gsl_check_range.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/block' | |
| Making install in vector | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_vector.h gsl_vector_char.h gsl_vector_complex.h gsl_vector_complex_double.h gsl_vector_complex_float.h gsl_vector_complex_long_double.h gsl_vector_double.h gsl_vector_float.h gsl_vector_int.h gsl_vector_long.h gsl_vector_long_double.h gsl_vector_short.h gsl_vector_uchar.h gsl_vector_uint.h gsl_vector_ulong.h gsl_vector_ushort.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/vector' | |
| Making install in matrix | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_matrix.h gsl_matrix_char.h gsl_matrix_complex_double.h gsl_matrix_complex_float.h gsl_matrix_complex_long_double.h gsl_matrix_double.h gsl_matrix_float.h gsl_matrix_int.h gsl_matrix_long.h gsl_matrix_long_double.h gsl_matrix_short.h gsl_matrix_uchar.h gsl_matrix_uint.h gsl_matrix_ulong.h gsl_matrix_ushort.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/matrix' | |
| Making install in permutation | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_permutation.h gsl_permute.h gsl_permute_char.h gsl_permute_complex_double.h gsl_permute_complex_float.h gsl_permute_complex_long_double.h gsl_permute_double.h gsl_permute_float.h gsl_permute_int.h gsl_permute_long.h gsl_permute_long_double.h gsl_permute_short.h gsl_permute_uchar.h gsl_permute_uint.h gsl_permute_ulong.h gsl_permute_ushort.h gsl_permute_vector.h gsl_permute_vector_char.h gsl_permute_vector_complex_double.h gsl_permute_vector_complex_float.h gsl_permute_vector_complex_long_double.h gsl_permute_vector_double.h gsl_permute_vector_float.h gsl_permute_vector_int.h gsl_permute_vector_long.h gsl_permute_vector_long_double.h gsl_permute_vector_short.h gsl_permute_vector_uchar.h gsl_permute_vector_uint.h gsl_permute_vector_ulong.h gsl_permute_vector_ushort.h gsl_permute_matrix_char.h gsl_permute_matrix_complex_long_double.h gsl_permute_matrix.h gsl_permute_matrix_long.h gsl_permute_matrix_uint.h gsl_permute_matrix_complex_double.h gsl_permute_matrix_double.h gsl_permute_matrix_int.h gsl_permute_matrix_short.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_permute_matrix_ulong.h gsl_permute_matrix_complex_float.h gsl_permute_matrix_float.h gsl_permute_matrix_long_double.h gsl_permute_matrix_uchar.h gsl_permute_matrix_ushort.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/permutation' | |
| Making install in combination | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_combination.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/combination' | |
| Making install in multiset | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multiset.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiset' | |
| Making install in sort | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_heapsort.h gsl_sort.h gsl_sort_char.h gsl_sort_double.h gsl_sort_float.h gsl_sort_int.h gsl_sort_long.h gsl_sort_long_double.h gsl_sort_short.h gsl_sort_uchar.h gsl_sort_uint.h gsl_sort_ulong.h gsl_sort_ushort.h gsl_sort_vector.h gsl_sort_vector_char.h gsl_sort_vector_double.h gsl_sort_vector_float.h gsl_sort_vector_int.h gsl_sort_vector_long.h gsl_sort_vector_long_double.h gsl_sort_vector_short.h gsl_sort_vector_uchar.h gsl_sort_vector_uint.h gsl_sort_vector_ulong.h gsl_sort_vector_ushort.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sort' | |
| Making install in ieee-utils | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_ieee_utils.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ieee-utils' | |
| Making install in cblas | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib' | |
| /nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash ../libtool --mode=install /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c libgslcblas.la '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib' | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgslcblas.0.dylib /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgslcblas.0.dylib | |
| libtool: install: (cd /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib && { ln -s -f libgslcblas.0.dylib libgslcblas.dylib || { rm -f libgslcblas.dylib && ln -s libgslcblas.0.dylib libgslcblas.dylib; }; }) | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgslcblas.lai /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgslcblas.la | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgslcblas.a /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgslcblas.a | |
| libtool: install: chmod 644 /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgslcblas.a | |
| libtool: install: ranlib /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgslcblas.a | |
| libtool: warning: remember to run 'libtool --finish /usr/local/lib' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_cblas.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cblas' | |
| Making install in blas | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_blas.h gsl_blas_types.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/blas' | |
| Making install in linalg | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_linalg.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/linalg' | |
| Making install in eigen | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_eigen.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/eigen' | |
| Making install in specfunc | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_sf.h gsl_sf_airy.h gsl_sf_bessel.h gsl_sf_clausen.h gsl_sf_coulomb.h gsl_sf_coupling.h gsl_sf_dawson.h gsl_sf_debye.h gsl_sf_dilog.h gsl_sf_elementary.h gsl_sf_ellint.h gsl_sf_elljac.h gsl_sf_erf.h gsl_sf_exp.h gsl_sf_expint.h gsl_sf_fermi_dirac.h gsl_sf_gamma.h gsl_sf_gegenbauer.h gsl_sf_hermite.h gsl_sf_hyperg.h gsl_sf_laguerre.h gsl_sf_lambert.h gsl_sf_legendre.h gsl_sf_log.h gsl_sf_mathieu.h gsl_sf_pow_int.h gsl_sf_psi.h gsl_sf_result.h gsl_sf_sincos_pi.h gsl_sf_synchrotron.h gsl_sf_transport.h gsl_sf_trig.h gsl_sf_zeta.h gsl_specfunc.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/specfunc' | |
| Making install in dht | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_dht.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/dht' | |
| Making install in qrng | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_qrng.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/qrng' | |
| Making install in rng | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_rng.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rng' | |
| Making install in randist | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_randist.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/randist' | |
| Making install in fft | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_fft.h gsl_fft_complex.h gsl_fft_halfcomplex.h gsl_fft_real.h gsl_dft_complex.h gsl_dft_complex_float.h gsl_fft_complex_float.h gsl_fft_halfcomplex_float.h gsl_fft_real_float.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fft' | |
| Making install in poly | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_poly.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/poly' | |
| Making install in fit | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_fit.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/fit' | |
| Making install in multifit | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multifit.h gsl_multifit_nlin.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit' | |
| Making install in multifit_nlinear | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multifit_nlinear.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multifit_nlinear' | |
| Making install in multilarge | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multilarge.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge' | |
| Making install in multilarge_nlinear | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multilarge_nlinear.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multilarge_nlinear' | |
| Making install in rstat | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_rstat.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/rstat' | |
| Making install in statistics | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_statistics.h gsl_statistics_char.h gsl_statistics_double.h gsl_statistics_float.h gsl_statistics_int.h gsl_statistics_long.h gsl_statistics_long_double.h gsl_statistics_short.h gsl_statistics_uchar.h gsl_statistics_uint.h gsl_statistics_ulong.h gsl_statistics_ushort.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/statistics' | |
| Making install in siman | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_siman.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/siman' | |
| Making install in sum | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_sum.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/sum' | |
| Making install in integration | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_integration.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/integration' | |
| Making install in interpolation | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_interp.h gsl_spline.h gsl_interp2d.h gsl_spline2d.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/interpolation' | |
| Making install in histogram | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_histogram.h gsl_histogram2d.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/histogram' | |
| Making install in ode-initval | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_odeiv.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval' | |
| Making install in ode-initval2 | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_odeiv2.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ode-initval2' | |
| Making install in roots | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_roots.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/roots' | |
| Making install in multiroots | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multiroots.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multiroots' | |
| Making install in min | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_min.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/min' | |
| Making install in multimin | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_multimin.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/multimin' | |
| Making install in monte | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_monte.h gsl_monte_vegas.h gsl_monte_miser.h gsl_monte_plain.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/monte' | |
| Making install in ntuple | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_ntuple.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/ntuple' | |
| Making install in diff | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_diff.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/diff' | |
| Making install in deriv | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_deriv.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/deriv' | |
| Making install in cdf | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_cdf.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/cdf' | |
| Making install in wavelet | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_wavelet.h gsl_wavelet2d.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/wavelet' | |
| Making install in bspline | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_bspline.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/bspline' | |
| Making install in spblas | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_spblas.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spblas' | |
| Making install in spmatrix | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_spmatrix.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/spmatrix' | |
| Making install in splinalg | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| make[2]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_splinalg.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/splinalg' | |
| Making install in doc | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| Making install in . | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[3]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[3]: Nothing to be done for 'install-exec-am'. | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p "/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/info" | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 ./gsl-ref.info /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/info | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/man/man1' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl-config.1 gsl-randist.1 gsl-histogram.1 '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/man/man1' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/man/man3' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl.3 '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/man/man3' | |
| make[3]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| Making install in examples | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[3]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[3]: Nothing to be done for 'install-exec-am'. | |
| make[3]: Nothing to be done for 'install-data-am'. | |
| make[3]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc/examples' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl/doc' | |
| make[1]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| make[2]: Entering directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib' | |
| /nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash ./libtool --mode=install /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c libgsl.la '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib' | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgsl.23.dylib /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgsl.23.dylib | |
| libtool: install: (cd /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib && { ln -s -f libgsl.23.dylib libgsl.dylib || { rm -f libgsl.dylib && ln -s libgsl.23.dylib libgsl.dylib; }; }) | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgsl.lai /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgsl.la | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/libgsl.a /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgsl.a | |
| libtool: install: chmod 644 /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgsl.a | |
| libtool: install: ranlib /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/libgsl.a | |
| libtool: warning: remember to run 'libtool --finish /usr/local/lib' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin' | |
| /nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/bash ./libtool --mode=install /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c gsl-randist gsl-histogram '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin' | |
| libtool: warning: 'libgsl.la' has not been installed in '/usr/local/lib' | |
| libtool: warning: 'cblas/libgslcblas.la' has not been installed in '/usr/local/lib' | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/gsl-randist /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin/gsl-randist | |
| libtool: warning: 'libgsl.la' has not been installed in '/usr/local/lib' | |
| libtool: warning: 'cblas/libgslcblas.la' has not been installed in '/usr/local/lib' | |
| libtool: install: /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c .libs/gsl-histogram /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin/gsl-histogram | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c gsl-config '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/aclocal' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl.m4 '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/aclocal' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/pkgconfig' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl.pc '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib/pkgconfig' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/mkdir -p '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| /nix/store/6b3jzg40vibmrjg85i46vvidyy915428-coreutils-8.29/bin/install -c -m 644 gsl_math.h gsl_pow_int.h gsl_nan.h gsl_machine.h gsl_mode.h gsl_precision.h gsl_types.h gsl_version.h gsl_minmax.h gsl_inline.h '/nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/include/gsl' | |
| make[2]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| make[1]: Leaving directory '/private/tmp/nix-build-gsl-2.6.drv-0/gsl' | |
| post-installation fixup | |
| gzipping man pages under /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/share/man/ | |
| strip is /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip | |
| stripping (with command strip and flags -S) in /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/lib /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin | |
| patching script interpreter paths in /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6 | |
| /nix/store/67srawwfsjp9gsf013fc2vaay6sq9gxp-gsl-2.6/bin/gsl-config: interpreter directive changed from " /bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh" | |
| building path(s) ‘/nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1’, ‘/nix/store/js6kngnl667w6mnpglsy1cbhj1pnc2ak-hmatrix-gsl-0.18.0.1-doc’ | |
| setupCompilerEnvironmentPhase | |
| Build with /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2. | |
| unpacking sources | |
| unpacking source archive /nix/store/6i2swwijw7irwgdqdd2y02zsrfwfdlyl-hmatrix-d83b171 | |
| source root is hmatrix-d83b171 | |
| Source root reset to hmatrix-d83b171/packages/gsl | |
| patching sources | |
| compileBuildDriverPhase | |
| setupCompileFlags: -package-db=/private/tmp/nix-build-hmatrix-gsl-0.18.0.1.drv-0/package.conf.d -j1 -threaded | |
| [1 of 1] Compiling Main ( Setup.lhs, /private/tmp/nix-build-hmatrix-gsl-0.18.0.1.drv-0/Main.o ) | |
| Linking Setup ... | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| configuring | |
| configureFlags: --verbose --prefix=/nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --docdir=/nix/store/js6kngnl667w6mnpglsy1cbhj1pnc2ak-hmatrix-gsl-0.18.0.1-doc/share/doc --with-gcc=clang --package-db=/private/tmp/nix-build-hmatrix-gsl-0.18.0.1.drv-0/package.conf.d --ghc-option=-optl=-Wl,-headerpad_max_install_names --ghc-option=-j1 --disable-split-objs --disable-library-profiling --disable-profiling --enable-shared --disable-coverage --enable-library-vanilla --enable-executable-dynamic --enable-tests --extra-include-dirs=/nix/store/j6ifwrr83k1c5nmjfx1p63nydpqsbqd6-libc++-5.0.1/include --extra-lib-dirs=/nix/store/j6ifwrr83k1c5nmjfx1p63nydpqsbqd6-libc++-5.0.1/lib --extra-lib-dirs=/nix/store/a67rhbgwb41j11j6mgww3y0gq4pg0lmp-ncurses-6.0-20171125/lib --extra-lib-dirs=/nix/store/lasa9z5jcwhq3djd3mw8q9b0a75da5as-gmp-6.1.2/lib --extra-include-dirs=/nix/store/5hymrhfv7zm20ackp3i3di2n7amnlvva-libiconv-osx-10.11.6/include --extra-lib-dirs=/nix/store/5hymrhfv7zm20ackp3i3di2n7amnlvva-libiconv-osx-10.11.6/lib --extra-include-dirs=/nix/store/5hymrhfv7zm20ackp3i3di2n7amnlvva-libiconv-osx-10.11.6/include --extra-lib-dirs=/nix/store/5hymrhfv7zm20ackp3i3di2n7amnlvva-libiconv-osx-10.11.6/lib --extra-include-dirs=/nix/store/9q0q47hlk4xb42fn949nvi8jppfmi3ag-gsl-2.4/include --extra-lib-dirs=/nix/store/9q0q47hlk4xb42fn949nvi8jppfmi3ag-gsl-2.4/lib | |
| Configuring hmatrix-gsl-0.18.0.1... | |
| Flags chosen: disable-default-paths=False, onlygsl=False | |
| Dependency array -any: using array-0.5.2.0 | |
| Dependency base <5: using base-4.10.1.0 | |
| Dependency hmatrix >=0.18: using hmatrix-0.18.2.0 | |
| Dependency process -any: using process-1.6.1.0 | |
| Dependency random -any: using random-1.1 | |
| Dependency vector -any: using vector-0.12.0.1 | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| Dependency gsl -any: using version 2.4 | |
| Source component graph: component lib | |
| Configured component graph: | |
| component hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT | |
| include base-4.10.1.0 | |
| include hmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf | |
| include array-0.5.2.0 | |
| include vector-0.12.0.1-JlawpRjIcMJIYPJVsWriIA | |
| include process-1.6.1.0 | |
| include random-1.1-LLUGZ7T9DqQ5vN0Jbcd0We | |
| Linked component graph: | |
| unit hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT | |
| include base-4.10.1.0 | |
| include hmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf | |
| include array-0.5.2.0 | |
| include vector-0.12.0.1-JlawpRjIcMJIYPJVsWriIA | |
| include process-1.6.1.0 | |
| include random-1.1-LLUGZ7T9DqQ5vN0Jbcd0We | |
| Graphics.Plot=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Graphics.Plot,Numeric.GSL=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL,Numeric.GSL.Differentiation=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Differentiation,Numeric.GSL.Fitting=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Fitting,Numeric.GSL.Fourier=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Fourier,Numeric.GSL.Integration=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Integration,Numeric.GSL.Interpolation=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Interpolation,Numeric.GSL.LinearAlgebra=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.LinearAlgebra,Numeric.GSL.Minimization=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Minimization,Numeric.GSL.ODE=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.ODE,Numeric.GSL.Polynomials=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Polynomials,Numeric.GSL.Root=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.Root,Numeric.GSL.SimulatedAnnealing=hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT:Numeric.GSL.SimulatedAnnealing | |
| Ready component graph: | |
| definite hmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT | |
| depends base-4.10.1.0 | |
| depends hmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf | |
| depends array-0.5.2.0 | |
| depends vector-0.12.0.1-JlawpRjIcMJIYPJVsWriIA | |
| depends process-1.6.1.0 | |
| depends random-1.1-LLUGZ7T9DqQ5vN0Jbcd0We | |
| Using Cabal-2.0.1.0 compiled by ghc-8.2 | |
| Using compiler: ghc-8.2.2 | |
| Using install prefix: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1 | |
| Executables installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/bin | |
| Libraries installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/hmatrix-gsl-0.18.0.1 | |
| Dynamic Libraries installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2 | |
| Private executables installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/libexec/x86_64-osx-ghc-8.2.2/hmatrix-gsl-0.18.0.1 | |
| Data files installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/share/x86_64-osx-ghc-8.2.2/hmatrix-gsl-0.18.0.1 | |
| Documentation installed in: | |
| /nix/store/js6kngnl667w6mnpglsy1cbhj1pnc2ak-hmatrix-gsl-0.18.0.1-doc/share/doc | |
| Configuration files installed in: | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/etc | |
| No alex found | |
| Using ar found on system at: | |
| /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/ar | |
| No c2hs found | |
| No cpphs found | |
| No doctest found | |
| Using gcc version 4.2.1 given by user at: | |
| /nix/store/53h1zds6q5k4ab4l7430fbddn0l0iq1c-clang-wrapper-5.0.1/bin/clang | |
| Using ghc version 8.2.2 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/ghc | |
| Using ghc-pkg version 8.2.2 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/ghc-pkg | |
| No ghcjs found | |
| No ghcjs-pkg found | |
| No greencard found | |
| Using haddock version 2.18.1 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/haddock | |
| No happy found | |
| Using haskell-suite found on system at: haskell-suite-dummy-location | |
| Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location | |
| No hmake found | |
| Using hpc version 0.67 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/hpc | |
| Using hsc2hs version 0.68.2 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/hsc2hs | |
| Using hscolour version 1.24 found on system at: | |
| /nix/store/x6rjg1hqqcg1agmaqf40vx79ywni5wv8-hscolour-1.24.2/bin/HsColour | |
| No jhc found | |
| Using ld found on system at: | |
| /nix/store/cjhrjh6brgy1wahgbh5wqrflnb447bf8-cctools-binutils-darwin-wrapper/bin/ld | |
| No lhc found | |
| No lhc-pkg found | |
| Using pkg-config version 0.29.2 found on system at: | |
| /nix/store/j2zsla2jd1kmh67n95di6v8769jynwp8-pkg-config-0.29.2/bin/pkg-config | |
| Using runghc version 8.2.2 found on system at: | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/bin/runghc | |
| Using strip found on system at: | |
| /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip | |
| Using tar found on system at: | |
| /nix/store/nwj6x1d0bz45nzsch3rhnfa5wi4kf4nk-gnutar-1.30/bin/tar | |
| No uhc found | |
| building | |
| Preprocessing library for hmatrix-gsl-0.18.0.1.. | |
| Building library for hmatrix-gsl-0.18.0.1.. | |
| [ 1 of 17] Compiling Graphics.Plot ( src/Graphics/Plot.hs, dist/build/Graphics/Plot.o ) | |
| [ 2 of 17] Compiling Numeric.GSL.Internal ( src/Numeric/GSL/Internal.hs, dist/build/Numeric/GSL/Internal.o ) | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| [ 3 of 17] Compiling Numeric.GSL.Integration ( src/Numeric/GSL/Integration.hs, dist/build/Numeric/GSL/Integration.o ) | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| [ 4 of 17] Compiling Numeric.GSL.Fourier ( src/Numeric/GSL/Fourier.hs, dist/build/Numeric/GSL/Fourier.o ) | |
| [ 5 of 17] Compiling Numeric.GSL.Fitting ( src/Numeric/GSL/Fitting.hs, dist/build/Numeric/GSL/Fitting.o ) | |
| [ 6 of 17] Compiling Numeric.GSL.Differentiation ( src/Numeric/GSL/Differentiation.hs, dist/build/Numeric/GSL/Differentiation.o ) | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| [ 7 of 17] Compiling Numeric.GSL.Interpolation ( src/Numeric/GSL/Interpolation.hs, dist/build/Numeric/GSL/Interpolation.o ) | |
| [ 8 of 17] Compiling Numeric.GSL.LinearAlgebra ( src/Numeric/GSL/LinearAlgebra.hs, dist/build/Numeric/GSL/LinearAlgebra.o ) | |
| [ 9 of 17] Compiling Numeric.GSL.Minimization ( src/Numeric/GSL/Minimization.hs, dist/build/Numeric/GSL/Minimization.o ) | |
| [10 of 17] Compiling Numeric.GSL.ODE ( src/Numeric/GSL/ODE.hs, dist/build/Numeric/GSL/ODE.o ) | |
| [11 of 17] Compiling Numeric.GSL.Polynomials ( src/Numeric/GSL/Polynomials.hs, dist/build/Numeric/GSL/Polynomials.o ) | |
| [12 of 17] Compiling Numeric.GSL.Root ( src/Numeric/GSL/Root.hs, dist/build/Numeric/GSL/Root.o ) | |
| [13 of 17] Compiling Numeric.GSL ( src/Numeric/GSL.hs, dist/build/Numeric/GSL.o ) | |
| [14 of 17] Compiling Numeric.GSL.SimulatedAnnealing ( src/Numeric/GSL/SimulatedAnnealing.hs, dist/build/Numeric/GSL/SimulatedAnnealing.o ) | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| [15 of 17] Compiling Numeric.GSL.Vector ( src/Numeric/GSL/Vector.hs, dist/build/Numeric/GSL/Vector.o ) | |
| [16 of 17] Compiling Numeric.GSL.Random ( src/Numeric/GSL/Random.hs, dist/build/Numeric/GSL/Random.o ) | |
| [17 of 17] Compiling Numeric.GSL.IO ( src/Numeric/GSL/IO.hs, dist/build/Numeric/GSL/IO.o ) | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| clang-5.0: warning: argument unused during compilation: '-nopie' [-Wunused-command-line-argument] | |
| running tests | |
| Package has no test suites. | |
| haddockPhase | |
| Running hscolour for hmatrix-gsl-0.18.0.1... | |
| Preprocessing library for hmatrix-gsl-0.18.0.1.. | |
| Preprocessing library for hmatrix-gsl-0.18.0.1.. | |
| Running Haddock on library for hmatrix-gsl-0.18.0.1.. | |
| Haddock coverage: | |
| 75% ( 9 / 12) in 'Graphics.Plot' | |
| Missing documentation for: | |
| gnuplotX (src/Graphics/Plot.hs:122) | |
| gnuplotpdf (src/Graphics/Plot.hs:131) | |
| gnuplotWin (src/Graphics/Plot.hs:170) | |
| 17% ( 4 / 23) in 'Numeric.GSL.Internal' | |
| Missing documentation for: | |
| iv (src/Numeric/GSL/Internal.hs:43) | |
| mkVecVecfun (src/Numeric/GSL/Internal.hs:54) | |
| mkDoubleVecVecfun (src/Numeric/GSL/Internal.hs:57) | |
| mkDoublefun (src/Numeric/GSL/Internal.hs:60) | |
| aux_vTov (src/Numeric/GSL/Internal.hs:63) | |
| mkVecMatfun (src/Numeric/GSL/Internal.hs:73) | |
| mkDoubleVecMatfun (src/Numeric/GSL/Internal.hs:76) | |
| aux_vTom (src/Numeric/GSL/Internal.hs:79) | |
| createV (src/Numeric/GSL/Internal.hs:89) | |
| createMIO (src/Numeric/GSL/Internal.hs:94) | |
| # (src/Numeric/GSL/Internal.hs:137) | |
| #! (src/Numeric/GSL/Internal.hs:144) | |
| vec (src/Numeric/GSL/Internal.hs:130) | |
| ww2 (src/Numeric/GSL/Internal.hs:128) | |
| Res (src/Numeric/GSL/Internal.hs:119) | |
| TV (src/Numeric/GSL/Internal.hs:120) | |
| TM (src/Numeric/GSL/Internal.hs:121) | |
| TCV (src/Numeric/GSL/Internal.hs:122) | |
| TCM (src/Numeric/GSL/Internal.hs:123) | |
| 100% ( 7 / 7) in 'Numeric.GSL.Integration' | |
| 100% ( 3 / 3) in 'Numeric.GSL.Fourier' | |
| 86% ( 6 / 7) in 'Numeric.GSL.Fitting' | |
| Missing documentation for: | |
| FittingMethod (src/Numeric/GSL/Fitting.hs:71) | |
| 100% ( 4 / 4) in 'Numeric.GSL.Differentiation' | |
| 93% ( 13 / 14) in 'Numeric.GSL.Interpolation' | |
| Missing documentation for: | |
| InterpolationMethod (src/Numeric/GSL/Interpolation.hs:49) | |
| 91% ( 10 / 11) in 'Numeric.GSL.LinearAlgebra' | |
| Missing documentation for: | |
| RandDist (src/Numeric/GSL/LinearAlgebra.hs:32) | |
| 50% ( 6 / 12) in 'Numeric.GSL.Minimization' | |
| Missing documentation for: | |
| MinimizeMethod (src/Numeric/GSL/Minimization.hs:115) | |
| MinimizeMethodD (src/Numeric/GSL/Minimization.hs:162) | |
| UniMinimizeMethod (src/Numeric/GSL/Minimization.hs:82) | |
| minimizeNMSimplex (src/Numeric/GSL/Minimization.hs:72) | |
| minimizeConjugateGradient (src/Numeric/GSL/Minimization.hs:75) | |
| minimizeVectorBFGS2 (src/Numeric/GSL/Minimization.hs:78) | |
| 86% ( 6 / 7) in 'Numeric.GSL.ODE' | |
| Missing documentation for: | |
| Jacobian (src/Numeric/GSL/ODE.hs:52) | |
| 100% ( 2 / 2) in 'Numeric.GSL.Polynomials' | |
| 33% ( 3 / 9) in 'Numeric.GSL.Root' | |
| Missing documentation for: | |
| uniRoot (src/Numeric/GSL/Root.hs:60) | |
| UniRootMethod (src/Numeric/GSL/Root.hs:55) | |
| uniRootJ (src/Numeric/GSL/Root.hs:89) | |
| UniRootMethodJ (src/Numeric/GSL/Root.hs:84) | |
| RootMethod (src/Numeric/GSL/Root.hs:117) | |
| RootMethodJ (src/Numeric/GSL/Root.hs:155) | |
| 100% ( 12 / 12) in 'Numeric.GSL' | |
| 100% ( 5 / 5) in 'Numeric.GSL.SimulatedAnnealing' | |
| 100% ( 7 / 7) in 'Numeric.GSL.Vector' | |
| 75% ( 6 / 8) in 'Numeric.GSL.Random' | |
| Missing documentation for: | |
| Seed (src/Numeric/GSL/Random.hs:38) | |
| RandDist | |
| 100% ( 9 / 9) in 'Numeric.GSL.IO' | |
| Warning: Numeric.GSL.Fitting: could not find link destinations for: | |
| resMs resM | |
| Documentation created: dist/doc/html/hmatrix-gsl/index.html, | |
| dist/doc/html/hmatrix-gsl/hmatrix-gsl.txt | |
| installing | |
| Installing library in /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/hmatrix-gsl-0.18.0.1 | |
| post-installation fixup | |
| strip is /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip | |
| stripping (with command strip and flags -S) in /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib | |
| patching script interpreter paths in /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1 | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT-ghc8.2.2.dylib: fixing dylib | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT-ghc8.2.2.dylib: fixing dylib | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT-ghc8.2.2.dylib: fixing dylib | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT-ghc8.2.2.dylib: fixing dylib | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-gsl-0.18.0.1-HKJMyTMffjr1vvXD2DdboT-ghc8.2.2.dylib: fixing dylib | |
| strip is /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip | |
| patching script interpreter paths in /nix/store/js6kngnl667w6mnpglsy1cbhj1pnc2ak-hmatrix-gsl-0.18.0.1-doc | |
| building path(s) ‘/nix/store/4qf99s81j81117j4q3xs2ras67p5rbkl-ghc-8.2.2-with-packages’ | |
| /nix/store/d1g2b96pvwppy3p907kmhwrsf9qdk8v7-typelits-witnesses-0.2.3.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/1xggpsfyynaq255jnf9n0lh8wf5pxn0d-MonadPrompt-1.0.0.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ga66yqg8hnfg4qf90maaiair5mcgaa8i-rvar-0.2.0.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/s0lg85nka3w8r4dwgdmyn7xi5n83s9hl-stateref-0.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/qhilbxg66mf36h3jiw9rk714wpf5dd3y-mersenne-random-pure64-0.2.2.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/c5339933wy0sirhakl18h3jli3jyvg04-th-extras-0.0.0.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/z3fniz9zrc7cskck8mgl844fnr3y6rvm-flexible-defaults-0.0.1.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/7qsh220vl4507lg5l5pqix2rlficrlqi-random-source-0.3.0.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/x9fzgawizfbfvcdyzc48zpbzksi0z298-MonadRandom-0.5.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/zc8vkk5sx5fvjjwjxfj2d4balhlan802-random-shuffle-0.0.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/bhl1xbqflf3qf31bmwlqvgcx0471yb0j-log-domain-0.12/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/zaly469x9c1hwb7zmld5n9rpqwaz4dvn-random-fu-0.2.7.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/rzjblal4kgvasm7qwcf0d65mh1ajxjy5-vector-binary-instances-0.2.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/smsj6wjnagibdpq5isd4g31g9wzz3g4s-monad-par-extras-0.3.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/li3sjq986x350ffxd9ybn1yb4lyd2yv0-abstract-par-0.3.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/277ndipb72418x8pbplrbf6iad7pjsnf-abstract-deque-0.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/nr813qc3flsplicn8f1vnybwn45pyfbk-monad-par-0.3.4.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/cgmwpchalv177r5if2wx6ia8qg0vwi8z-statistics-0.14.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/1m7jffvgznz98l417wkphav3ygw7cagp-plots-0.1.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/pzwmpn003q81b0qr9sp0xgv7r27nmy7w-th-reify-many-0.1.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/rxpm4l4c5gh1a9x4d4s0qq0gafqicggk-th-lift-instances-0.1.11/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5ss00f1yc3kfh5nr7jl6cp6kjb7gqvxl-th-orphans-0.13.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/xrvv444m45ix8qv5ycaz55zhwk7k145h-th-lift-0.7.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/yrf2598spzshynk7kx7xii7203nyf6my-th-expand-syns-0.4.4.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/k2ghf3dayzdn6sbjmp5jimw7g3xdrjx8-th-desugar-1.7/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/lpqpjnhvvbbcyyvpamy4kz5qvaq4mj9x-singletons-2.3.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/j9j526hl75203rqhmcpr9s6kj7kdp0fb-setenv-0.1.1.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ybzmz83966rmhy01njjiv75i3865kgfy-charset-0.3.7.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/324g1lwr8cd3xjb5w8vp2dblxbz5ssq8-parsers-0.12.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/knyswh3qdnxq31zgm0sv1nfs0b3v7rv7-inline-c-0.6.0.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ilccfmai8d53zmjsglzx65dql8mwzah7-inline-r-0.9.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/60m4sfxjp6dyha9vcxpqdqvb2sr6zr92-hmatrix-gsl-0.18.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/package.conf.d: | |
| hmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf.conf: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/package.conf.d/hmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf.conf | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2: | |
| libHShmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf-ghc8.2.2.dylib: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/x86_64-osx-ghc-8.2.2/libHShmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf-ghc8.2.2.dylib | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal: | |
| IO.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/IO.dyn_hi | |
| Numeric.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Numeric.hi | |
| Static.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Static.hi | |
| Sparse.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Sparse.hi | |
| ST.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/ST.dyn_hi | |
| Static.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Static.dyn_hi | |
| Container.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Container.hi | |
| CG.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/CG.dyn_hi | |
| Sparse.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Sparse.dyn_hi | |
| Conversion.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Conversion.dyn_hi | |
| LAPACK.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/LAPACK.dyn_hi | |
| Vectorized.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Vectorized.dyn_hi | |
| Devel.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Devel.dyn_hi | |
| LAPACK.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/LAPACK.hi | |
| Modular.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Modular.hi | |
| Devel.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Devel.hi | |
| Chain.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Chain.dyn_hi | |
| Container.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Container.dyn_hi | |
| Algorithms.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Algorithms.hi | |
| Convolution.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Convolution.hi | |
| Vector.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Vector.hi | |
| Vectorized.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Vectorized.hi | |
| Vector.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Vector.dyn_hi | |
| Matrix.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Matrix.dyn_hi | |
| Algorithms.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Algorithms.dyn_hi | |
| Random.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Random.dyn_hi | |
| Matrix.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Matrix.hi | |
| CG.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/CG.hi | |
| Util.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Util.dyn_hi | |
| Numeric.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Numeric.dyn_hi | |
| Modular.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Modular.dyn_hi | |
| Random.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Random.hi | |
| Element.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Element.hi | |
| Element.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Element.dyn_hi | |
| Util.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Util.hi | |
| Chain.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Chain.hi | |
| Convolution.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Convolution.dyn_hi | |
| ST.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/ST.hi | |
| IO.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/IO.hi | |
| Conversion.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Internal/Conversion.hi | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric: | |
| LinearAlgebra.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra.hi | |
| Vector.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/Vector.hi | |
| Vector.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/Vector.dyn_hi | |
| Matrix.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/Matrix.dyn_hi | |
| Matrix.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/Matrix.hi | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra: | |
| Static.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Static.hi | |
| Static.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Static.dyn_hi | |
| Devel.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Devel.dyn_hi | |
| Data.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Data.hi | |
| Devel.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Devel.hi | |
| Data.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/Data.dyn_hi | |
| HMatrix.hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/HMatrix.hi | |
| HMatrix.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra/HMatrix.dyn_hi | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric: | |
| LinearAlgebra.dyn_hi: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/Numeric/LinearAlgebra.dyn_hi | |
| /nix/store/l6pwqcnmdrz8iww82h4qxq64q4mzr5nd-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0: | |
| libHShmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf.a: /nix/store/3qgphr7mb5bb9qip9y3rndg8n29ds8gg-hmatrix-0.18.2.0/lib/ghc-8.2.2/hmatrix-0.18.2.0/libHShmatrix-0.18.2.0-GQzHhDmJJzr8XDCOFEmvCf.a | |
| /nix/store/mpf13217xrvncbsm4lavqhyibcvqwp3x-vinyl-0.7.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/45z3i77ix9rzlfhpi6xf762vw6dsb7wh-readable-0.3.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/dv5zv8zrfpx5x59rlxfkhksj96wkh8n0-pipes-text-0.0.2.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/wdcq3l0z93rln3rr5shqygzf98bxwgxp-transformers-base-0.4.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/q92pgk0gzzr01chkz68rmc4czv40s9jk-monad-control-1.0.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/s0x97pgbb5mgfwhm0lglpq0xkfw6y4rf-pipes-safe-2.2.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5xm20c9bzm7g1j9cldrw3076v89cgz4a-pipes-parse-3.0.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/diz6yvd5rljgwrsfc26y68z9vyn3bkw7-pipes-group-1.0.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2c6qvc9wnpnwbfrivd34a38ad3d5rprq-pipes-bytestring-2.1.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/h9hls09m8qjprcb4r9g48wch8fwhl4y1-mmorph-1.1.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/7fgi6xcccbjiamjl1rf0m3rb8i0nrsbj-pipes-4.3.7/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/b2y71ir19xpk8l0k8873lhmin7agsdxw-Frames-0.3.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/8206bl90yg6yf52sdn777vagkdv6qg3m-vector-builder-0.3.4.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/dy67ilqpixcvgfk5fb9gg4yazqa83j7n-vector-th-unbox-0.2.1.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/bbbhjj205rxnkxgbj9zf3x1npaj45r28-math-functions-0.2.1.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/15n2n0f1nn82ddnnzcp983phgncacfy7-mwc-random-0.13.6.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/qdwxfn05w7yhxvr73brxd16312mrbvvf-foldl-1.3.7/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3q1bfcwxibj7wg2x4ksc13z9d4xycpxf-vector-algorithms-0.7.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/4bdwvifj64f02dp1k04hb543ga3pj1f6-Rasterific-0.7.2.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/r23rygfr5fx1b5h1gcl6p6l8hq9ipzxl-xml-1.3.14/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ima3jh950g2pns547c9ipagwlp3ibgpp-FontyFruity-0.5.3.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/q525a7akm9wbr7pkpx1wfm42y5jrlf8r-diagrams-rasterific-1.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/vv7zpdnlr0j6012xsbbvp1zwb6dg0lpy-ansi-terminal-0.7.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/s12mlmf5yf7ifapzwm1zcr2212waxlh8-ansi-wl-pprint-0.6.8.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2j9scs43v3bnnppy42fh20nxllsf9ys7-optparse-applicative-0.14.1.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5kblpllg7za260gw9lqhwyl9nsi9zw6a-JuicyPixels-3.2.9.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/x7gv2hcdvnf94wmr3g9pb01ji1nc0abq-intervals-0.8.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/a9rcycvyy7hqc2h7aqn346vhyx31nrh7-unix-compat-0.5.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/xn597v3jffj78z6hwh06hmrd6p08y1h7-hfsevents-0.1.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/jbyldf5da8s3rnrw7lcn8nwdc2bmib14-fsnotify-0.2.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/8yri2ya822p6gllr071ichblg5m6z2p1-newtype-generics-0.5.2.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/w23j9avgladciwwgnlkmzzs69ggcga12-monoid-extras-0.4.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/91q6nh4sa17bz6jdpqgj8frb9d80lg1p-dual-tree-0.2.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0hfgiqdfcd8lybkkr01pa8x889slj4j9-diagrams-core-1.4.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/1ji7f07i7mcz9wddc4q7g30k8wiwyk5c-bytes-0.15.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/k7zjzs8aqdc832hp670byx05vkrrppsr-linear-1.20.7/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ji4wxy5p5a9bfpvmvvgxgn69w9p6lwky-active-0.2.0.13/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/jypkd6m57ydp6kfwxfcvwki82ha7mj9s-diagrams-lib-1.4.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ps6yj75mmgac2257xs55n60czf74kahv-psqueues-0.2.5.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/732hxiz3rlx259rn23m20vjfd02pqjny-lens-aeson-1.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5x0b2dppljkkiang16k2z0g7azirqdwy-parallel-3.2.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/w8bv9kx0czvkh1jsmg8468ga9mr81gcx-adjunctions-4.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/6appq81qbzq2wsijb2h8d6g293l94y4b-kan-extensions-5.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/mik60prqbvrn59yrcxc35sgwbsqbj90k-lens-4.15.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/cvpmzdb51hg8ig15pjjygdyzsh5zm5zg-x509-system-1.6.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/m8bw3i2afvqjwcrm5jbbqa6cz7l71d08-x509-validation-1.6.9/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/24adglqm9kjd3y6i200yqnab5dyfwwa4-x509-store-1.6.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/b89ddakp29kgx669cl0frr64yqhxfsjq-pem-0.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5d5mwsnrhr8p0dbw617p0axc7g60hjbm-asn1-parse-0.9.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/is46l8f4j24gbl86winphsbk2syn3qab-x509-1.7.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2w70rh7qhhpqwicp1jqylcr823k6qh9a-tls-1.4.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2g193yxjm1xr6lrl9q9js45n0h36vq9k-socks-0.5.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/kr6ap3iikabpn1gvg0wpwxijw5k85km3-connection-0.2.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0dykq1gpf1kshqi9vv7rqirshynx600a-http-client-tls-0.3.5.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3jkgj6vfi14g86jdqj9q0acj9dbwcvq4-cryptonite-0.24/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0mh6n3nfjyzsyn397qbfn1x4r2dky5l0-cryptohash-0.11.9/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/phqldcdlinvdvw9jhsqwkrfpm43a6hlx-byteable-0.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/i11bxy5xpm4xv5nlz4mxfzi50pzym0jx-base16-bytestring-0.1.1.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2qmc1gm9l5bbg2bz3nj84571nyqvwndh-SHA-1.6.4.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/dfxr6fvd8ycm22bwr1zys1q6b9nbis67-entropy-0.3.8/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/kzs6bpdigfljq6q2g2fy2i369ap8pdxh-cereal-0.5.5.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/24qq2fg759xhzqq5w52i9bq7v9gid767-crypto-api-0.13.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/j3z01hak2xr8f257kzqrnvbm2yk9n5m6-RSA-2.3.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/a1xyc64axlks4vzzwca17r9vl93syby0-zlib-0.6.1.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/xwrc07jjivgcamm9dkrjlcami2alhhg5-async-2.1.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/hds29b6d2bn3cj1h42l4gqqy52cdwcra-streaming-commons-0.1.19/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/766mm5vv4f13zl7llp8nvhshhim426x0-parsec-3.1.13.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/yr8q63xrzp3i51djmzmln3mblkhy3byh-network-uri-2.6.1.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/53mp1q7xikbypqjgv2g4s6r712540dc1-network-2.6.3.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/il62hl37990agqcbany4b3jyqm31jvjl-mime-types-0.1.0.7/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/5jkz0v4rjwfqrqfb6hgvzpjs9a8l20n4-http-types-0.9.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/q0aybanwir59gsjawzdlaad1dc10smsx-cookie-0.4.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/dirgwcbpngvfyi7z6khb57i5w7j06s6j-case-insensitive-1.2.0.10/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/7swpbc6jp400idgi6z9kmf2avmx68awn-http-client-0.5.10/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/kj3nyzcci6w4mrply90i1s2dxxifklpi-data-default-instances-old-locale-0.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0sbiaq1rpqnqa1j8ricg2hqlhigwca1a-data-default-instances-dlist-0.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/29fkmx51scd0ssmk0zsydq9wpqqfb5n6-data-default-instances-containers-0.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/a08av7hxmpjg4abvwgs3pmpa309qp13j-data-default-0.7.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/sbdjr2avjdrikw0qqa1i3dyirzc0nhj3-foundation-0.0.17/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/6px7m6f77md8h2cx94sgrywf2lrr9qy9-basement-0.0.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/j3mq946gc8k1rx4m3lvxpawsqz6272yy-memory-0.14.11/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/9jmsdhvvbyassfbnhdqsvxnfyyls98h5-hourglass-0.2.11/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/78gzlpxd335shaa4iavfjb9mr58fd1s5-asn1-types-0.3.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3ahrz71zlcir9s7z0qallbcy4s8chkvy-asn1-encoding-0.9.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/1xk68h5787qijwqk10lip88g7xlddgc1-crypto-pubkey-types-0.4.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/xvbdr6kqpam7zwkklyx8r38d7m80101d-blaze-builder-0.4.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/jackcpkybxg0j7sjh4d1fpcxixf6pxcp-base64-bytestring-1.0.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/zc58mma86yqafxijpk7kr01sf3n0v3v1-authenticate-oauth-1.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/dsih7lfjiadr9g40hcqjrjq8imbc8ljz-wreq-0.5.2.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/wnljcgwfxhdcjr5jld77h9ww2zcn9fk6-stringsearch-0.3.6.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/xbprmkxnzjvlal818sqlpp78f7nd4nc8-file-embed-0.0.10.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/yygvdip59999m8vvnpm08pch4sb3s4wq-random-1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ngkbic1r82yscxwncbdcxsjqg0jx2pvs-uuid-types-1.0.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/64ldaj1ckk9rd1p505yas1axzcshqz3g-time-locale-compat-0.1.1.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/1ddbfnacrhfaf6kdv67vx9yniafmgxrf-dlist-0.8.0.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/y5788n82yrr1isbm0r66xz8r84dakjnp-base-compat-0.9.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0nwd69235bq7370253fhj2zfscclkgaj-aeson-1.2.4.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/v7qjphh3biv568q016hw7m99hpy0giyh-datasets-0.2.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/kxkm61jv39nnrx18wwims196nmhgrlav-vector-0.12.0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/08d8iji6rw46mdzq5kxz97wd8qq2jhzc-text-short-0.1.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2zflwsj2l0r95idchvqgki02gz6wkw87-Only-0.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/52j9zy34bw819k1nkmcrzdnildq9xp84-primitive-0.6.3.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/mby8ds6hnb4bhv6zgjizs9jy8ahw2j3h-integer-logarithms-1.0.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/s52qq54gignfgrm3m96mbcs8phsc46ki-scientific-0.3.5.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/ggzc52rdcj3d8z57b7jz83v2ngrmr6sb-attoparsec-0.13.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/8cjkwz9hwycdlpxav19sqyd0sqndiywr-cassava-0.5.1.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/fnpq0ffjlvq129k2g3slrbvydq4i5c5g-reflection-2.1.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/13kgdqmhq0ja11a626jz76p7lsvpi2c4-unordered-containers-0.2.8.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/8k7npa3z4g3w9akwlzdb1v2yb7757i33-text-1.2.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/0d1q5g5xw2j2vk8minsp59jm9n4xxdqj-hashable-1.2.6.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/jlzp224q8x02d57rjygqm5l3k1iypcwj-semigroupoids-5.2.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/n3j1v5lflc45klpmx83s14gj1j7m08b5-profunctors-5.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/phvcxml2w4lcb427a1r1p0b19x32byr2-mtl-2.2.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/zyz9id7hiajfd6wml0xsprh7203ix51r-exceptions-0.8.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/zqq6c3zmbm5jvvjpdv40lh76vk6906qc-th-abstraction-0.2.6.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/2cnc7wwld9jgwncis64jgbghia18dwj0-bifunctors-5.5.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3f6sj4yya3mgzyzd77mq1j8w6dny9qpv-free-4.12.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/aaq47c891y6q1mmgm5pyllvrglj7yz7p-data-reify-0.6.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/h3wrgm6x6595hlc2nhwhw0cr7czffdq6-tagged-0.8.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/hnwzqpab4m7wznhwflaw1qiv109krpid-base-orphans-0.6/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/88yyasj8x9jjrcvk614c6d5nh8nkasbn-distributive-0.5.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/rhd0av21rvlw1nfp9cn8y0izh6wdz7c5-transformers-compat-0.5.1.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/m5744inzifv0vwi9869cql3i5xildyk1-stm-2.4.5.0/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/3sk75i09l81kzxqcxjy2rviyyf6cppkp-StateVar-1.1.0.4/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/31iinn34k0zmw3dlawycsw3laghxwmas-contravariant-1.4.1/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/amq3i7mdm6jpcbc1wna2h13yhcbrrbvk-comonad-5.0.3/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/m0fpjgd4avfjdy543pkfyrnlb3as5l58-ad-4.3.5/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| /nix/store/plm7fql53l3kzijzafzqri398jd9s59f-ghc-8.2.2/nix-support: | |
| propagated-build-inputs: /nix/store/5x8vpldv2dkc2vwkxhlpyxrrggzpy97y-constraints-0.9.1/nix-support/propagated-build-inputs | |
| Warning: library-dirs: /opt/local/lib/ doesn't exist or isn't a directory | |
| Warning: dynamic-library-dirs: /opt/local/lib/ doesn't exist or isn't a directory | |
| Warning: include-dirs: /opt/local/include/ doesn't exist or isn't a directory | |
| Warning: haddock-interfaces: /nix/store/7jagv5zjaiz2cywccdpn4lvf2h5zf9dv-fail-4.9.0.0/share/doc/x86_64-osx-ghc-8.2.2/fail-4.9.0.0/html/fail.haddock doesn't exist or isn't a file | |
| Warning: haddock-html: /nix/store/7jagv5zjaiz2cywccdpn4lvf2h5zf9dv-fail-4.9.0.0/share/doc/x86_64-osx-ghc-8.2.2/fail-4.9.0.0/html doesn't exist or isn't a directory | |
| Warning: haddock-interfaces: /nix/store/5kblpllg7za260gw9lqhwyl9nsi9zw6a-JuicyPixels-3.2.9.4/share/doc/x86_64-osx-ghc-8.2.2/JuicyPixels-3.2.9.4/html/JuicyPixels.haddock doesn't exist or isn't a file | |
| Warning: haddock-html: /nix/store/5kblpllg7za260gw9lqhwyl9nsi9zw6a-JuicyPixels-3.2.9.4/share/doc/x86_64-osx-ghc-8.2.2/JuicyPixels-3.2.9.4/html doesn't exist or isn't a directory | |
| Warning: haddock-interfaces: /nix/store/mnq2djh7fbll0sgvvpzcc5qpxks30n10-nats-1.1.2/share/doc/x86_64-osx-ghc-8.2.2/nats-1.1.2/html/nats.haddock doesn't exist or isn't a file | |
| Warning: haddock-html: /nix/store/mnq2djh7fbll0sgvvpzcc5qpxks30n10-nats-1.1.2/share/doc/x86_64-osx-ghc-8.2.2/nats-1.1.2/html doesn't exist or isn't a directory | |
| [nix-shell:~/Dropbox/Tidy/NumMethHaskell/variational]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment