0

エラーは次のとおりです。

mtl-2.2.1 failed during the building phase. The exception was:
ExitFailure 1
primitive-0.6.1.0 failed during the building phase. The exception was:
ExitFailure 1
text-1.2.2.1 failed during the building phase. The exception was:
ExitFailure 1
unordered-containers-0.2.7.1 depends on text-1.2.2.1 which failed to install.
vector-0.11.0.0 depends on primitive-0.6.1.0 which failed to install.

ubuntu 14.04 cabal バージョン 1.22.5.0 および ghc 8.0.1 で実行されています。

最初に haskell-platform をインストールしましたが、cuda 7 用に更新されていないため、accelerator-cuda パッケージを使用できませんでした。ここからどこへ行くか。OS を ubuntu 16.04 にアップグレードする必要がありますか? これを機能させたいと本当に思っています...

4

1 に答える 1

1

私はただする必要があることがわかりました

  $ ~ rm -rf .cabal
  $ cabal install accelerate
于 2016-06-27T03:42:28.170 に答える