Search Criteria
Package Details: autodock-vina 1.2.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/autodock-vina.git (read-only, click to copy) |
|---|---|
| Package Base: | autodock-vina |
| Description: | A tool for drug discovery, molecular docking and virtual screening |
| Upstream URL: | https://github.com/ccsb-scripps/AutoDock-Vina |
| Licenses: | Apache-2.0 |
| Submitter: | mschu |
| Maintainer: | mschu |
| Last Packager: | mschu |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2011-02-09 15:01 (UTC) |
| Last Updated: | 2025-03-03 17:32 (UTC) |
Latest Comments
bolek commented on 2026-05-28 02:42 (UTC)
this dont resolved
sed -i 's/-l boost_system//g' ../../makefile_common
In file included from /usr/include/boost/math/tools/precision.hpp:17: /usr/include/boost/math/policies/policy.hpp:945:90: error: ‘remove_reference_t’ in namespace ‘boost::math’ does not name a template type; did you mean ‘remove_reference’? [-Wtemplate-body] 945 | static constexpr bool value = (sizeof(detail::test_is_policy(static_cast<boost::math::remove_reference_t\<boost::math::remove_cv_t\<P>>*>(nullptr))) == sizeof(char)); | ^
~ | remove_reference /usr/include/boost/math/policies/policy.hpp:945:108: error: expected ‘>’ before ‘<’ token [-Wtemplate-body] 945 | static constexpr bool value = (sizeof(detail::test_is_policy(static_cast<boost::math::remove_reference_t\<boost::math::remove_cv_t\<P>>*>(nullptr))) == sizeof(char)); | ^ In file included from /usr/include/boost/math/special_functions/sinc.hpp:20: /usr/include/boost/math/tools/promotion.hpp:90:36: error: ‘common_type_t’ in namespace ‘boost::math’ does not name a template type; did you mean ‘common_type’? [-Wtemplate-body] 90 | using type = boost::math::common_type_t<T1, T2, float>; | ^| common_type In file included from /usr/include/boost/math/special_functions/fpclassify.hpp:20, from /usr/include/boost/math/special_functions/sinc.hpp:22: /usr/include/boost/math/special_functions/math_fwd.hpp:651:61: error: ‘boost::math::enable_if_t’ has not been declared; did you mean ‘boost::math::enable_if’? 651 | template <class T1, class T2, class Policy, boost::math::enable_if_t\<policies::is_policy_v\<Policy>, bool> = true> | ^/usr/include/boost/math/special_functions/math_fwd.hpp:651:72: error: expected ‘>’ before ‘<’ token 651 | template <class T1, class T2, class Policy, boost::math::enable_if_t\<policies::is_policy_v\<Policy>, bool> = true> | ^ /usr/include/boost/math/special_functions/math_fwd.hpp:655:57: error: ‘boost::math::enable_if_t’ has not been declared; did you mean ‘boost::math::enable_if’? 655 | template <class T1, class T2, class T3, boost::math::enable_if_t<!policies::is_policy_v<T3>, bool> = true> | ^/usr/include/boost/math/special_functions/math_fwd.hpp:655:68: error: expected ‘>’ before ‘<’ token 655 | template <class T1, class T2, class T3, boost::math::enable_if_t<!policies::is_policy_v<T3>, bool> = true> | ^ make: *** [../../makefile_common:47: main.o] Error 1hmcezar commented on 2026-04-27 12:28 (UTC)
With the current boost versions, I needed to add the following line before make so I could finish the compilation:
dclinuxgal commented on 2026-02-05 01:50 (UTC)
The inconsistency of sha256sum was due to my network problem. Please ignore it.
Kiri0 commented on 2024-02-16 07:08 (UTC) (edited on 2024-02-16 07:09 (UTC) by Kiri0)
<deleted-account> commented on 2021-07-12 19:45 (UTC)
To correct compilation errors the project should be compiled with the standard C++11, adding the flag '-std=gnu++11' must be sufficient
chemist69 commented on 2013-05-06 09:11 (UTC)
mschu commented on 2013-04-27 20:24 (UTC)
chemist69 commented on 2013-04-27 19:52 (UTC)