Skip to content

Commit

Permalink
ndarray version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Jun 18, 2018
1 parent d374052 commit a5b32a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions patches/050-pymodule-suffix.patch

This file was deleted.

2 changes: 1 addition & 1 deletion ups/eupspkg.cfg.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build()
{
(mkdir build && cd build && cmake -DNDARRAY_SWIG=OFF -DNDARRAY_PYBIND11=ON -DFFTW_ROOT=$FFTW_DIR -DBOOST_ROOT=$BOOST_DIR -DEIGEN3_INCLUDE_DIR=$EIGEN_DIR/include -DCMAKE_INSTALL_PREFIX=$PREFIX .. && make && make test)
(mkdir build && cd build && cmake -DNDARRAY_PYBIND11=ON -DNDARRAY_EIGENVIEW=ON -DFFTW_ROOT=$FFTW_DIR -DBOOST_ROOT=$BOOST_DIR -DEIGEN3_INCLUDE_DIR=$EIGEN_DIR/include -DCMAKE_INSTALL_PREFIX=$PREFIX .. && make && make test)
}

install()
Expand Down
Binary file removed upstream/ndarray-1.4.2.tar.gz
Binary file not shown.
Binary file added upstream/ndarray-1.5.0.tar.gz
Binary file not shown.

0 comments on commit a5b32a4

Please sign in to comment.