Skip to content

Commit f7acb35

Browse files
authored
Merge pull request #42 from kokarez/version
Add dependencies versions requirement.
2 parents 6d4d797 + a5741ed commit f7acb35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install:
4141
- cd %APPVEYOR_BUILD_FOLDER%
4242
- mkdir build
4343
- cd build
44-
- cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DFFTW_ROOT=%FFTW_ROOT% -DCMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON ..
44+
- cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DFFTW_ROOT=%FFTW_ROOT% -DCMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DDOWNLOAD_GTEST=ON ..
4545
- nmake test_xtensor-fftw
4646

4747
before_build:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ install:
165165
# Testing
166166
- mkdir $TRAVIS_BUILD_DIR/build
167167
- cd $TRAVIS_BUILD_DIR/build
168-
- cmake -DBUILD_TESTS=ON -DDOWNLOAD_GTEST=ON -DCOVERAGE=$COVERAGE ..
168+
- cmake -DDOWNLOAD_GTEST=ON -DCOVERAGE=$COVERAGE ..
169169
- make -j2 test_xtensor-fftw VERBOSE=1
170170
- if [[ "$COVERAGE" == "ON" ]]; then gem install coveralls-lcov; fi
171171
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ make install
4848

4949
| `xtensor-fftw` | `xtensor` | `xtl` | `fftw` |
5050
|----------------|-----------|---------|---------|
51-
| master | ^0.20.10 | ^0.6.7 | ^3.3.8 |
51+
| master | ^0.21.2 | ^0.6.9 | ^3.3.8 |
5252

5353
## Usage
5454

0 commit comments

Comments
 (0)