1. 02 Apr, 2018 1 commit
    • John Kirkham's avatar
      Use conda-forge's blas package w/openblas · a3edb425
      John Kirkham authored
      As conda-forge does not use the `nomkl` package, but instead uses the
      `blas` package to select BLAS versions, install the `blas` package and
      select the `openblas` implementation.
      a3edb425
  2. 27 Mar, 2018 4 commits
  3. 26 Mar, 2018 23 commits
  4. 20 Mar, 2018 1 commit
  5. 19 Mar, 2018 5 commits
  6. 18 Mar, 2018 4 commits
  7. 16 Mar, 2018 1 commit
  8. 15 Mar, 2018 1 commit
    • Giovanni Lanzani's avatar
      Add netcat · f6adc59f
      Giovanni Lanzani authored
      Netcat (nc) is often used as a tool to test socket server/client, 
      and very useful to quickly get started with, f. e., Spark Streaming. 
      
      See #583.
      f6adc59f