Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Bump vendored gfortran #140

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
url = https://github.com/scipy/scipy.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/matthew-brett/multibuild.git
url = https://github.com/h-vetinari/multibuild.git
[submodule "gfortran-install"]
path = gfortran-install
url = https://github.com/MacPython/gfortran-install.git
url = https://github.com/h-vetinari/gfortran-install.git
[submodule "numpy-distutils"]
path = numpy-distutils
url = https://github.com/numpy/numpy.git
Expand Down
3 changes: 1 addition & 2 deletions azure-posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ parameters:

jobs:
- job: ${{ parameters.name }}
timeoutInMinutes: 90
timeoutInMinutes: 150
pool:
vmImage: ${{ parameters.vmImage }}
variables:
REPO_DIR: "scipy"
PLAT: "x86_64"
NIGHTLY_BUILD_COMMIT: "master"
DAILY_COMMIT: "master"
MB_ML_VER: "1"
strategy:
matrix:
${{ insert }}: ${{ parameters.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion gfortran-install
2 changes: 1 addition & 1 deletion multibuild