ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Yura Zotov <yznews@hotbox.ru>
To: Sisyphus List <sisyphus@altlinux.ru>
Cc: Mikhail Zabaluev <mhz@alt-linux.org>
Subject: [sisyphus] Re: [sisyphus] Re: [sisyphus] OpenDX готов!
Date: Mon, 18 Jun 2001 02:17:31 +0400
Message-ID: <20010618021730.A29553@vezyolka.dgap.mipt.ru> (raw)
In-Reply-To: <20010618011642.C1590@localhost.localdomain>; from mhz@alt-linux.org on Mon, Jun 18, 2001 at 01:16:42AM +0400

[-- Attachment #1: Type: text/plain, Size: 1648 bytes --]

On Mon, Jun 18, 2001 at 01:16:42AM +0400, Mikhail Zabaluev wrote:
> Hello Yura,
> 
> On Sun, Jun 17, 2001 at 12:47:11PM +0400, Yura Zotov wrote:
> >
> > В /incoming/Sisyphus залиты пакеты 
> > 
> > dx-4.1.3-alt1.src.rpm
> > dxsamples-4.1.3-alt1.src.rpm
> > 
> > необходимые для сборки библиотеки 
> > 
> > libcdf-2.7-alt1.src.rpm
> > libhdf-4.1r4-alt1.src.rpm
> > libnetcdf-3.5.0-alt1.src.rpm
> > 
> > лежат в /incoming (промахнулся по неопытности). OpenDX собирается
> > при помощи compat-gcc и с явно отключенной поддержкой Java. Java
> > отключена по двум причинам. Во-первых, в дистрибутиве нет JDK с
> > которым OpenDX собирался бы без проблем
> 
> Хотелось бы узнать побольше о проблемах с Sun JDK.
>

Это позже, когда сам хоть чуть-чуть разберусь с Java.

> > во-вторых, для полной
> > поддержки Java нужны классы от SGI, которые нельзя
> > распространять.
> 
> JDK как бы тоже нельзя распространять. Но выход из положения вы,
> вероятно, нашли вчера в том же /incoming/Sisyphus/ :)
>

Над этим я думаю. Во всяком случае после разборок с опциями javac.

В пакете dx-4.1.3-alt1.src.rpm сегодня обнаружилась проблема. У
меня не работают спин-боксы в OpenDX. При нажатии на стрелочку
они переходят в свое крайнее положение и в нем остаются, правда,
руками в него числа вводятся. Проблема решилась удалением из
dx.spec всех упоминаний о $RPM_OPT_FLAGS, $CFLAGS и $CXXFLAGS.
При этом бинарник получается 24М вместо 11М повидимому из-за
опции -gб присутствующей в исходниках, но, как оказалось, ее
добавление к $RPM_OPT_FLAGS проблемы не решает. В общем, dx.spec
для dx-4.1.3-alt2.src.rpm приложен. Пакет не залью, трафик жалко.

--
Юрий А. Зотов

[-- Attachment #2: dx.spec --]
[-- Type: text/plain, Size: 2274 bytes --]

Name:    dx
Version: 4.1.3
Release: alt2
Summary: IBM Open Visualization Data Explorer
License: IBM PUBLIC LICENSE
Group:   Science/Other
URL:     http://www.opendx.org

Source0: http://www.research.ibm.com/dx/srcDownload/srcArchive/dx-4.1.3.tar.bz2
Patch0:  dx-directories.patch

# Automatically added by buildreq on Sun Jun 17 2001
BuildRequires: bison bzip2-devel compat-cpp compat-gcc compat-gcc-c++ flex freetype2 freetype2-devel ImageMagick ImageMagick-devel lesstif lesstif-devel libbfd libcdf libcdf-devel libhdf libhdf-devel libjbig libjbig-devel libjpeg-devel liblcms liblcms-devel libnetcdf libnetcdf-devel libpam libpng-devel libstdc++-devel libtiff libtiff-devel perl tcsh XFree86-devel XFree86-libs XFree86-static-libs xpm xpm-devel zlib-devel

%description 
If you need visualization for anything from examining simple data sets
to analyzing complex, time-dependent data from disparate sources, OpenDX
has what you need: features and functions that let you easily gain
meaningful insight into your data.

And if you are looking to build visualization applications for your end
users, OpenDX has what you need: power to support their requirements and
versatility for customized application development.

OpenDX is a uniquely powerful, full-featured software package for the
visualization of scientific, engineering and analytical data: Its open
system design is built on familiar standard interface environments. And
its sophisticated data model provides users with great flexibility in
creating visualizations.

Since its introduction in 1991 as Visualization Data Explorer, it has
been continuously enhanced and expanded and now with the full source
code available to you, the features are limitless. Some of the features
that exist in the current software are described below.


%prep
%setup -q -n %name-%version
%patch0 -p1


%build
export CC="compat-gcc" \
export CPP="compat-gcc -E" \
export CXX="compat-g++" \
%configure --with-javadx=no
%make_build


%install
%makeinstall htmldir=".install/html" \
  docdir=".install/doc"

%files
%_bindir/*
%_libdir/*
%_mandir/*
%_includedir/*
%doc LICENSE README ChangeLog html/.install/html doc/.install/doc


%changelog
* Mon Jun 18 2001  Yura Zotov  <yznews@hotbox.ru> 4.1.3-alt2
- malfunction spin-boxes fixed



      reply	other threads:[~2001-06-17 22:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-17  8:47 Yura Zotov
2001-06-17 16:43 ` Aleksey Novodvorsky
2001-06-17 21:16 ` [sisyphus] " Mikhail Zabaluev
2001-06-17 22:17   ` Yura Zotov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010618021730.A29553@vezyolka.dgap.mipt.ru \
    --to=yznews@hotbox.ru \
    --cc=mhz@alt-linux.org \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git