mkl-dynamic-ilp64-seq.pc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #===============================================================================
  2. # Copyright 2017 Intel Corporation.
  3. #
  4. # This software and the related documents are Intel copyrighted materials, and
  5. # your use of them is governed by the express license under which they were
  6. # provided to you (License). Unless the License provides otherwise, you may not
  7. # use, modify, copy, publish, distribute, disclose or transmit this software or
  8. # the related documents without Intel's prior written permission.
  9. #
  10. # This software and the related documents are provided as is, with no express
  11. # or implied warranties, other than those that are expressly stated in the
  12. # License.
  13. #===============================================================================
  14. prefix=${pcfiledir}/../..
  15. exec_prefix=${prefix}
  16. libdir=${exec_prefix}/lib
  17. includedir=${prefix}/include
  18. #info
  19. Name: mkl
  20. Description: Intel(R) oneAPI Math Kernel Library
  21. Version: 2023.2
  22. URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl
  23. #Link line
  24. Libs: "${libdir}"/mkl_intel_ilp64_dll.lib "${libdir}"/mkl_sequential_dll.lib "${libdir}"/mkl_core_dll.lib
  25. #Compiler line
  26. Cflags: /DMKL_ILP64 -I"${includedir}"
  27. #Use Intel(R) oneMKL Link Line Advisor to get Libs and Cflags for other Intel(R) oneMKL configurations:
  28. #https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor
  29. #
  30. #Or Intel(R) oneMKL Link Line Tool: ${exec_prefix}/tools/mkl_link_tool