Skip to content

Updated dependecies for the next release #666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 31, 2022
Merged

Updated dependecies for the next release #666

merged 2 commits into from
May 31, 2022

Conversation

asenyaev
Copy link
Contributor

Updated dependencies:

  • openssl
  • libpng
  • freetype

Moved lapack and openblas installation to dockerfiles.

@asenyaev asenyaev requested a review from asmorkalov May 27, 2022 14:19
cd libpng-${LIBPNG_VERSION} && \
./configure --prefix=/usr/local && \
make && \
make install
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most probably you can remove libpng_sources as the last step. All required headers are installed to the system location.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed a folder. The idea was to have them in one place and remove in the end, but in this case it shouldn't be ffmpeg_sources folder.

Copy link
Collaborator

@asmorkalov asmorkalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good in general

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