Skip to content

Commit

Permalink
update libs patch for v0.2.20 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Aug 1, 2017
1 parent 44b4891 commit 8d40980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/serial-libs/openblas/SOURCES/openblas-libs.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--- openblas-0.2.14/f_check 2015-03-24 13:07:07.000000000 -0700
+++ openblas-0.2.14.patch/f_check 2015-09-10 21:45:22.000000000 -0700
@@ -313,7 +313,7 @@
--- OpenBLAS-0.2.20/f_check 2017-07-23 21:03:35.000000000 -0700
+++ OpenBLAS-0.2.20.patch/f_check 2017-08-01 13:03:03.000000000 -0700
@@ -340,7 +340,7 @@
}

if ($vendor eq "INTEL"){
- $linker_a .= "-lgfortran"
+ #$linker_a .= "-lgfortran"
}

open(MAKEFILE, ">> $makefile") || die "Can't append $makefile";
if ($vendor eq "FLANG"){

0 comments on commit 8d40980

Please sign in to comment.