Skip to content

Commit

Permalink
Making lapack available to compiled packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akbertram committed Oct 26, 2017
1 parent 1fac0a2 commit ae570a4
Show file tree
Hide file tree
Showing 503 changed files with 199,012 additions and 5 deletions.
3 changes: 1 addition & 2 deletions math/lapack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
<artifactId>gcc-bridge-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<packageName>org.renjin.math</packageName>
<mainClass>Lapack</mainClass>
<packageName>org.renjin.math.lapack</packageName>
</configuration>
<executions>
<execution>
Expand Down
567 changes: 567 additions & 0 deletions math/lapack/src/main/fortran/Makefile

Large diffs are not rendered by default.

Loading

0 comments on commit ae570a4

Please sign in to comment.