sci-biology/cmdock: drop *really* unused files

Closes: https://bugs.gentoo.org/921229
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-09 14:05:39 +05:00
parent 8f10f75977
commit aa759c4c98
4 changed files with 2 additions and 72 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
BOINC_APP_OPTIONAL="true"
inherit boinc-app flag-o-matic meson optfeature python-any-r1

View File

@@ -1,40 +0,0 @@
<app_info>
<app>
<name>cmdock-boinc-zcp</name>
<user_friendly_name>CurieMarieDock on BOINC + zipped input, checkpoints and progress bar</user_friendly_name>
</app>
<file_info>
<name>cmdock-boinc-zcp_wrapper_@PV@</name>
<sticky/>
<executable/>
</file_info>
<file_info>
<name>cmdock-boinc-zcp_job_@PV@.xml</name>
<sticky/>
</file_info>
<file_info>
<name>docking_out.sd</name>
<sticky/>
</file_info>
<app_version>
<app_name>cmdock-boinc-zcp</app_name>
<version_num>200</version_num>
<file_ref>
<file_name>cmdock-boinc-zcp_wrapper_@PV@</file_name>
<main_program/>
</file_ref>
<file_ref>
<file_name>cmdock-boinc-zcp_job_@PV@.xml</file_name>
<open_name>job.xml</open_name>
<copy_file/>
</file_ref>
<file_ref>
<file_name>docking_out</file_name>
<open_name>docking_out</open_name>
<copy_file/>
</file_ref>
</app_version>
</app_info>

View File

@@ -1,15 +0,0 @@
--- a/meson.build
+++ b/meson.build
@@ -79,8 +79,10 @@
cpp_compiler = meson.get_compiler('cpp')
-extended_encoders_available = (cpp_compiler.has_header('emmintrin.h') and
- host_machine.cpu_family() == 'x86' and host_machine.cpu_family() == 'x86_64')
+extended_encoders_available = (
+ cpp_compiler.has_header('emmintrin.h') and
+ (host_machine.cpu_family() == 'x86' or host_machine.cpu_family() == 'x86_64')
+)
if not extended_encoders_available
add_project_arguments('-DBUNDLE_NO_SSE', language: 'cpp')

View File

@@ -1,15 +0,0 @@
<job_desc>
<task>
<application>@PREFIX@/build/cmdock</application>
<stdout_filename>docking_log</stdout_filename>
<command_line>-c -j 1 -r target.prm -p @PREFIX@/data/scripts/dock.prm -f htvs.ptc -i ligands.sdf -o docking_out</command_line>
<checkpoint_filename>docking_out.chk</checkpoint_filename>
<fraction_done_filename>docking_out.progress</fraction_done_filename>
<setenv>CMDOCK_ROOT=@PREFIX@</setenv>
<setenv>LD_LIBRARY_PATH=@PREFIX@/build:$LD_LIBRARY_PATH</setenv>
<setenv>PERL5LIB=@PREFIX@/lib:$PERL5LIB</setenv>
</task>
<unzip_input>
<zipfilename>ligands.zip</zipfilename>
</unzip_input>
</job_desc>