Skip to content

Make installable#72

Merged
lemire merged 1 commit into
fast-pack:masterfrom
kou:installable
Jul 3, 2020
Merged

Make installable#72
lemire merged 1 commit into
fast-pack:masterfrom
kou:installable

Conversation

@kou

@kou kou commented Jul 3, 2020

Copy link
Copy Markdown
Contributor
  • Add support for pkg-config
  • Add support for find_package(FastPFOR) in CMakeLists.txt
  • Add support for installing header files
  • Add support for installing static library
  • Add support for linking static library from shared library
    (-fPIC is needed for build option)
  • Use "FastPFOR" not "FastPFor" for project name

Note that we need to bump "PROJECT_VERSION" in CMakeLists.txt when we
release a new version. "PROJECT_VERSION" is used in fastpfor.pc and
FastPFORConfig.cmake to provide version information.

* Add support for pkg-config
* Add support for find_package(FastPFOR) in CMakeLists.txt
* Add support for installing header files
* Add support for installing static library
* Add support for linking static library from shared library
  (-fPIC is needed for build option)
* Use "FastPFOR" not "FastPFor" for project name

Note that we need to bump "PROJECT_VERSION" in CMakeLists.txt when we
release a new version. "PROJECT_VERSION" is used in fastpfor.pc and
FastPFORConfig.cmake to provide version information.
@kou

kou commented Jul 3, 2020

Copy link
Copy Markdown
Contributor Author

Use "FastPFOR" not "FastPFor" for project name

It seems that you want to use "FastPFOR" instead of "FastPFor". So I do this.
It it's wrong, I'll revert the change.

@lemire

lemire commented Jul 3, 2020

Copy link
Copy Markdown
Member

This is very good work.

I verified that this seems to do the right things!

@lemire
lemire merged commit 07db285 into fast-pack:master Jul 3, 2020
@kou
kou deleted the installable branch July 3, 2020 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants