Skip to content

Commit

Permalink
Remove includes from openblas_full @properties
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry authored Jan 22, 2025
1 parent b9fc395 commit dec4fb3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
* @author Samuel Audet
* @author Dragan Djuric
*/
@Properties(inherit = openblas.class, global = "org.bytedeco.openblas.global.openblas_full", value = {
@Platform(include = {"openblas_config.h", "cblas.h", "lapacke_config.h", "lapacke_mangling.h", "lapack.h", "lapacke.h", "lapacke_utils.h"})})
@Properties(inherit = openblas.class, global = "org.bytedeco.openblas.global.openblas_full")})
@NoException
public class openblas_full extends openblas {

Expand Down

0 comments on commit dec4fb3

Please sign in to comment.