Results 48 comments of idontgetoutmuch

I had to do ``` cabal install --extra-include-dirs=/usr/local/opt/openssl/include --extra-lib-dirs=/usr/local/opt/openssl/lib --reinstall HsOpenSSL ``` Without `extra-lib-dirs` I got linker errors.

``` sundials@sundials:~/chebApprox$ nix-shell these derivations will be built: /nix/store/f1fys4k09vs4iha2agrdm889xpxjnb4p-accelerate-1.2.0.1.drv /nix/store/1mvl4qp3g4762ajf5myglss0c458dw30-accelerate-llvm-1.2.0.1.drv /nix/store/yvq0vv0vd0g09zhap27ykg12jswk5j1s-lens-accelerate-0.2.0.0.drv /nix/store/z291241ayl2b3fval89clrdx6i8h5rzz-accelerate-llvm-native-1.2.0.1.drv /nix/store/zgnydsxalihrc42yig7p32r9hj52lk3y-accelerate-llvm-ptx-1.2.0.1.drv /nix/store/ykn97xjrfj6vi40527xp1zwm3d0irvga-accelerate-fft-1.2.0.0.drv /nix/store/z18c8lxrry8nai3hha9sk56a71jrgm1d-ghc-8.6.5-with-packages.drv building '/nix/store/f1fys4k09vs4iha2agrdm889xpxjnb4p-accelerate-1.2.0.1.drv'... setupCompilerEnvironmentPhase Build with /nix/store/44zyylbbhabj2d62f7lbb6wmjlllcv10-ghc-8.6.5. unpacking sources unpacking source archive /nix/store/fckavr187s1a1mbd0nwzx8hvlhdml467-accelerate source root is...

I am probably being naive but would something like this do? ``` z :: Acc (Vector (Int, (Double, Double))) z = generate (index1 384) (\n -> lift (unindex1 n +...

I'm not sure I understand. I think it would be easy enough to implement something like Mersenne Twister in accelerate. I just implemented the above as a demo. There is...

Apparently a result of using `attoparsec` - should this be reported there or should we fix the problem here?

It also fails for me on Big Sur. [nixErrors.txt](https://github.com/tweag/jupyterWith/files/6037168/nixErrors.txt)

@ian-ross I saw this: http://stackoverflow.com/questions/29324155/library-design-of-petsc-ffi-in-haskell so I must be doing something wrong. Maybe I am using a different version of PETSc to you? I am using 3.6.3.

https://github.com/openlink/iODBC/issues/29 provides fascinating reading.

Hi @HughWilliams thanks for this - as an experiment, I installed mysql and I *can* connect to that But with postgres I get this Here's the full log file: [odbctrace-dom-69846-20210827-124726.log](https://github.com/openlink/iODBC/files/7066680/odbctrace-dom-69846-20210827-124726.log)