[gimp-macos-build] Comment out gfortran until openblas issues are resolved
- From: Alex Samorukov <asamorukov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-macos-build] Comment out gfortran until openblas issues are resolved
- Date: Tue, 29 Oct 2019 21:19:54 +0000 (UTC)
commit 6794ebdbfa1c8906365f9ea52ab7acca36eb0742
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date: Tue Oct 29 22:19:50 2019 +0100
Comment out gfortran until openblas issues are resolved
.circleci/config.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 03944d2..88df4b9 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,14 +12,14 @@ jobs:
- run:
name: Setup rust
command: curl https://sh.rustup.rs -sSf | sh -s -- -y
- - run:
- name: Setup gfortran (openblas requirement)
- command: |
- cd ~/
- curl -L
'https://github.com/fxcoudert/gfortran-for-macOS/releases/download/8.2/gfortran-8.2-Mojave.dmg' >
gfortran-8.2-Mojave.dmg
- hdiutil mount gfortran-8.2-Mojave.dmg
- sudo installer -pkg /Volumes/gfortran-8.2-Mojave/gfortran-8.2-Mojave/gfortran.pkg -target /
- hdiutil unmount /Volumes/gfortran-8.2-Mojave
+# - run:
+# name: Setup gfortran (openblas requirement)
+# command: |
+# cd ~/
+# curl -L
'https://github.com/fxcoudert/gfortran-for-macOS/releases/download/8.2/gfortran-8.2-Mojave.dmg' >
gfortran-8.2-Mojave.dmg
+# hdiutil mount gfortran-8.2-Mojave.dmg
+# sudo installer -pkg /Volumes/gfortran-8.2-Mojave/gfortran-8.2-Mojave/gfortran.pkg -target /
+# hdiutil unmount /Volumes/gfortran-8.2-Mojave
- run:
name: Setup Python3
command: |
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]