Skip to content

Commit 92de529

Browse files
committed
Update to latest stable version.
1 parent dbe0340 commit 92de529

File tree

5 files changed

+3
-95
lines changed

5 files changed

+3
-95
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline
55

66
environment
77
{
8-
MLPACK_VERSION = '4.6.1'
8+
MLPACK_VERSION = '4.6.2'
99
TWINE_PYPI_TOKEN = credentials('twine-pypi-token')
1010
}
1111

@@ -26,7 +26,6 @@ pipeline
2626
git clone https://github.com/mlpack/mlpack
2727
cd mlpack/
2828
git checkout $MLPACK_VERSION
29-
patch -p1 < ../hdf5_filename.patch
3029
3130
mkdir build/
3231
cd build/

azure-pipelines-macos-steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ steps:
1111
git clone https://github.com/mlpack/mlpack
1212
cd mlpack
1313
git checkout $(MLPACK_VERSION)
14-
patch -p1 < ../hdf5_filename.patch
1514
displayName: Clone mlpack
1615
1716
- bash: |

azure-pipelines-windows-steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ steps:
5353
git clone https://github.com/mlpack/mlpack
5454
cd mlpack
5555
git checkout $(MLPACK_VERSION)
56-
patch -p1 < ../hdf5_filename.patch
5756
displayName: Clone mlpack
5857
5958
- powershell: |

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
timeoutInMinutes: 0 # No limit for build time.
5555
pool: {vmImage: 'macOS-14'}
5656
variables:
57-
MLPACK_VERSION: 4.6.1
57+
MLPACK_VERSION: 4.6.2
5858
CIBW_TEST_COMMAND: python -c 'import mlpack; import numpy as np; x = np.random.rand(100, 10); o = mlpack.pca(input_=x, new_dimensionality=5, verbose=True)'
5959
# The PYPI_TOKEN variable is automatically set by Azure Pipelines.
6060
TWINE_PYPI_TOKEN: $(PYPI_TOKEN)
@@ -108,7 +108,7 @@ jobs:
108108
timeoutInMinutes: 0 # No limit for build time.
109109
pool: {vmImage: 'windows-2019'}
110110
variables:
111-
MLPACK_VERSION: 4.6.1
111+
MLPACK_VERSION: 4.6.2
112112
# The PYPI_TOKEN variable is automatically set by Azure Pipelines.
113113
TWINE_PYPI_TOKEN: $(PYPI_TOKEN)
114114
steps:

hdf5_filename.patch

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)