mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
988 B
25 lines
988 B
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>${EMGU_CUDA_BLAS_NUGET_ID}</id>
|
|
<title>${EMGU_CUDA_BLAS_NUGET_TITLE}</title>
|
|
<version>${EMGU_CUDA_BLAS_VERSION}</version>
|
|
<authors>${CPACK_PACKAGE_VENDOR}</authors>
|
|
<owners>${CPACK_PACKAGE_VENDOR}</owners>
|
|
<license type="file">CUDA_EULA.txt</license>
|
|
<projectUrl>${NUGET_EMGU_URL}</projectUrl>
|
|
<icon>icon.png</icon>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<summary>This package provides the native BLAS component for CUDA.</summary>
|
|
<description>This package provides the native BLAS component for CUDA.</description>
|
|
<releaseNotes>This is the ${EMGU_CUDA_VERSION} release of CUDA. </releaseNotes>
|
|
<dependencies>
|
|
${EMGU_CUDA_BLAS_NUGET_DEPENDENCY}
|
|
</dependencies>
|
|
<copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
|
|
<tags>native emgu cuda</tags>
|
|
</metadata>
|
|
<files>
|
|
${EMGU_CUDA_BLAS_NUGET_FILE_LIST}
|
|
</files>
|
|
</package>
|