mkl-static-lp64-iomp.pc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. Requires: openmp >= 2021.0.0
  24. #Link line
  25. Libs: "${libdir}"/mkl_intel_lp64.lib "${libdir}"/mkl_intel_thread.lib "${libdir}"/mkl_core.lib
  26. #Compiler line
  27. Cflags: -I"${includedir}"
  28. #Use Intel(R) oneMKL Link Line Advisor to get Libs and Cflags for other Intel(R) oneMKL configurations:
  29. #https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor
  30. #
  31. #Or Intel(R) oneMKL Link Line Tool: ${exec_prefix}/tools/mkl_link_tool