Skip to content

Commit

Permalink
numpy: change type to application
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 21, 2024
1 parent b7af0d6 commit f19f86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/numpy/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NumpyConan(ConanFile):
homepage = "https://numpy.org/devdocs/reference/c-api/index.html"
topics = ("ndarray", "array", "linear algebra", "npymath")

package_type = "static-library"
package_type = "application"
settings = "os", "arch", "compiler", "build_type"
options = {
"fPIC": [True, False],
Expand Down

0 comments on commit f19f86d

Please sign in to comment.